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
This commit is contained in:
Songbird
2025-10-14 13:05:35 +02:00
parent ec812461d6
commit 11f294abdb
28 changed files with 1749 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
__pycache__
*.pyc
*.pyo
*.pytest_cache
*.coverage
coverage.xml
build/
dist/
.env