Skip to content
Open
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
2 changes: 2 additions & 0 deletions adk/setup/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Here's a breakdown of the key files in your project after running `adk init`:

</Tree>

The `agent.json` file stores the shared production link (`workspaceId`, `botId`, and `apiUrl`) and is safe to commit. The `agent.local.json` file is gitignored and holds per-developer overrides, including the development bot ID (`devId`).

The ADK scans `src/` and discovers primitives automatically. Each file exports a primitive (a `Conversation`, `Workflow`, `Action`, etc.) and the framework registers it at build time.

## `agent.config.ts`
Expand Down
Loading