You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/agent-format.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ The agent configuration file for each agent is a JSON file. The filename (withou
5
5
Every agent configuration file can include the following sections:
6
6
7
7
-[`name`](#name-field) — The name of the agent (optional, derived from filename if not specified).
8
-
-[`version`](#version-field) - The version of the agent config.
9
8
-[`description`](#description-field) — A description of the agent.
10
9
-[`prompt`](#prompt-field) — High-level context for the agent (not yet implemented).
11
10
-[`mcpServers`](#mcpservers-field) — The MCP servers the agent has access to.
@@ -29,17 +28,6 @@ The `name` field specifies the name of the agent. This is used for identificatio
29
28
30
29
Note: While this field can be included in the configuration file, it will be overridden by the filename when the agent is loaded.
31
30
32
-
## Version Field
33
-
34
-
The `version` field specifies the version of the agent config. This is currently not being utilized though you must specify it.
35
-
Currently, the default version is "0.1.0"
36
-
37
-
```json
38
-
{
39
-
"version": "0.1.0"
40
-
}
41
-
```
42
-
43
31
## Description Field
44
32
45
33
The `description` field provides a description of what the agent does. This is primarily for human readability and helps users distinguish between different agents.
0 commit comments