mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-08-23 17:22:32 +02:00
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:
@@ -0,0 +1,5 @@
|
||||
"""Package entry point for the ADK-formatted hot swap agent."""
|
||||
|
||||
from .litellm_agent.agent import root_agent
|
||||
|
||||
__all__ = ["root_agent"]
|
||||
Reference in New Issue
Block a user