Files
fuzzforge_ai/volumes/env/README.md
T
Songbird 11f294abdb 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

23 lines
459 B
Markdown

# FuzzForge Environment Configuration
This directory contains environment files that are mounted into Docker containers.
## Files
- `.env.example` - Template configuration file
- `.env` - Your actual configuration (create by copying .env.example)
## Usage
1. Copy the example file:
```bash
cp .env.example .env
```
2. Edit `.env` and add your API keys
3. Restart Docker containers to apply changes:
```bash
docker-compose restart
```