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
3 changes: 3 additions & 0 deletions docs/agent-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

The agent configuration file for each agent is a JSON file. The filename (without the `.json` extension) becomes the agent's name. It contains configuration needed to instantiate and run the agent.

> [!TIP]
> We recommend using the `/agent generate` slash command within your active Q session to intelligently generate your agent configuration with the help of Q.

Every agent configuration file can include the following sections:

- [`name`](#name-field) — The name of the agent (optional, derived from filename if not specified).
Expand Down
3 changes: 2 additions & 1 deletion docs/knowledge-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

The /knowledge command provides persistent knowledge base functionality for Amazon Q CLI, allowing you to store, search, and manage contextual information that persists across chat sessions.

> Note: This is a beta feature that must be enabled before use.
> [!NOTE]
> This is a beta feature that must be enabled before use.

## Getting Started

Expand Down