mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-19 04:15:14 +02:00
Key Features - MCP Tool Integration: Added core MCP tool support with ToolClientSpec and ToolClient classes - API Enhancement: New mcp_tool method for flow-specific tool invocation - CLI Tooling: New tg-invoke-mcp-tool command for testing MCP integration - React Agent Enhancement: Fixed and improved multi-tool invocation capabilities - Tool Management: Enhanced CLI for tool configuration and management Changes - Added MCP tool invocation to API with flow-specific integration - Implemented ToolClientSpec and ToolClient for tool call handling - Updated agent-manager-react to invoke MCP tools with configurable types - Enhanced CLI with new commands and improved help text - Added comprehensive documentation for new CLI commands - Improved tool configuration management Testing - Added tg-invoke-mcp-tool CLI command for isolated MCP integration testing - Enhanced agent capability to invoke multiple tools simultaneously |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| agent_client.py | ||
| agent_service.py | ||
| async_processor.py | ||
| consumer.py | ||
| consumer_spec.py | ||
| document_embeddings_client.py | ||
| document_embeddings_query_service.py | ||
| document_embeddings_store_service.py | ||
| embeddings_client.py | ||
| embeddings_service.py | ||
| flow.py | ||
| flow_processor.py | ||
| graph_embeddings_client.py | ||
| graph_embeddings_query_service.py | ||
| graph_embeddings_store_service.py | ||
| graph_rag_client.py | ||
| llm_service.py | ||
| metrics.py | ||
| producer.py | ||
| producer_spec.py | ||
| prompt_client.py | ||
| publisher.py | ||
| pubsub.py | ||
| request_response_spec.py | ||
| setting_spec.py | ||
| spec.py | ||
| subscriber.py | ||
| subscriber_spec.py | ||
| text_completion_client.py | ||
| tool_client.py | ||
| tool_service.py | ||
| triples_client.py | ||
| triples_query_service.py | ||
| triples_store_service.py | ||