Skip to content

IAV-577/feat(agent-documents): add document management APIs for knowledge documents and custom instructions suggestions

salaheddine zidani a demandé de fusionner feature/IAV-577 vers develop

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:

  1. Knowledge Documents: Enable agents to access and leverage reference documentation, providing them with domain-specific knowledge to improve response quality and accuracy.

  2. 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

Rapports de requête de fusion