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
7 changes: 7 additions & 0 deletions sdk/guides/agent-file-based.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,13 @@ The factory:
- Appends the Markdown body to the parent system message via `AgentContext(system_message_suffix=...)`
- Respects the `model` field (`"inherit"` keeps the parent LLM; an explicit model name creates a copy)

<Note>
If a named model profile was saved with an encryption cipher, pass the same
`cipher` to `agent_definition_to_factory()` or `register_file_agents()` when
registering it manually. Conversation and Agent Server auto-registration forward
their cipher automatically.
</Note>

#### `load_project_agents()` / `load_user_agents()`

Load agents from project-level or user-level directories respectively:
Expand Down