Intelligent agentic query processing with autonomous tool usage
retrieve_chunks
: Search and retrieve relevant text/image chunksretrieve_document
: Get full document content or metadatadocument_analyzer
: Extract entities, facts, summaries, sentimentlist_documents
: Discover available documentsknowledge_graph_query
: Query entities, relationships, and pathslist_graphs
: Discover available knowledge graphsexecute_code
: Run Python code in a secure sandboxsave_to_memory
: Store insights for future queriesresponse
)tool_history
)display_objects
)sources
)agent_query
for:query
for:Aspect | Traditional RAG | Morphik Agent |
---|---|---|
Workflow | Fixed: Retrieve → Generate | Dynamic: Plan → Execute → Iterate |
Tool Access | None | Full tool ecosystem |
Computation | None | Python code execution |
Memory | Stateless | Persistent memory |
Response Format | Simple text | Structured with attribution |
Use Cases | Simple Q&A | Complex analysis |
Processing Time | Fast (seconds) | Moderate (tens of seconds) |
Cost | Lower | Higher |