mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-02-12 19:12:49 +00:00
- 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
11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
# Default LiteLLM configuration
|
|
LITELLM_MODEL=gemini/gemini-2.0-flash-001
|
|
# LITELLM_PROVIDER=gemini
|
|
|
|
# API keys (uncomment and fill as needed)
|
|
# GOOGLE_API_KEY=
|
|
# OPENAI_API_KEY=
|
|
# ANTHROPIC_API_KEY=
|
|
# OPENROUTER_API_KEY=
|
|
# MISTRAL_API_KEY=
|