Songbird
|
c3ce03e216
|
fix: Add missing cognify_text method to CogneeProjectIntegration
Resolves AttributeError when agent_executor calls cognify_text().
The method adds text to a dataset and cognifies it into a knowledge graph.
|
2025-10-15 13:22:37 +02:00 |
|
Songbird
|
018ec40432
|
Update task_agent README to use task_agent instead of agent_with_adk_format
|
2025-10-14 14:33:36 +02:00 |
|
Songbird
|
4b2456670b
|
Add volumes/env/.env to gitignore
|
2025-10-14 14:29:06 +02:00 |
|
Songbird
|
5da16f358b
|
Fix a2a_wrapper imports and add clean usage example
- Remove top-level imports from fuzzforge_ai/__init__.py to avoid dependency issues
- Fix config_bridge.py exception handling (remove undefined exc variable)
- Add examples/test_a2a_simple.py demonstrating clean a2a_wrapper usage
- Update package to use explicit imports: from fuzzforge_ai.a2a_wrapper import send_agent_task
All functionality preserved, imports are now explicit and modular.
|
2025-10-14 14:27:25 +02:00 |
|
Songbird
|
baace0eac4
|
Add AI module with A2A wrapper and task agent
- Disable FuzzForge MCP connection (no Prefect backend)
- Add a2a_wrapper module for programmatic A2A agent tasks
- Add task_agent (LiteLLM A2A agent) on port 10900
- Create volumes/env/ for centralized Docker config
- Update docker-compose.yml with task-agent service
- Remove workflow_automation_skill from agent card
|
2025-10-14 13:05:35 +02:00 |
|