IAV-577/feat(agent-documents): add document management APIs for knowledge documents and custom instructions suggestions
feat(agent-documents): Add document management APIs for knowledge documents and custom instructions suggestions
Summary
This merge request introduces new document management APIs to support knowledge documents and custom instructions suggestions within the agent system.
Description
This feature adds comprehensive API endpoints for managing documents that serve two key purposes:
-
Knowledge Documents: Enable agents to access and leverage reference documentation, providing them with domain-specific knowledge to improve response quality and accuracy.
-
Custom Instructions Suggestions: Allow the system to suggest tailored instructions based on document content, helping users configure their agents more effectively.
The new APIs provide standard CRUD operations for document lifecycle management, ensuring seamless integration with the existing agent infrastructure.
Closes IAV-577