Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,19 @@ cd agentfield && docker compose up

Your control plane is running at `http://localhost:8080`

<details>
<summary><code>export AGENT_CALLBACK_URL="http://host.docker.internal:8001"</code></summary>

**Heads-up:** When your agent nodes run outside the Docker network (local shell, another VM, etc.) they can't be reached through `localhost`. Before starting any agent, set a callback URL that the control plane can dial:

```bash
export AGENT_CALLBACK_URL="http://host.docker.internal:8001"
```

Replace `host.docker.internal` with whatever host/IP the control plane can reach if you're on Linux or a remote machine.

</details>

**[📚 Full quickstart guide →](https://agentfield.ai/docs/quick-start)**

```python
Expand Down
3 changes: 3 additions & 0 deletions deployments/docker/docker-compose.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.