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: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,16 +40,16 @@ More examples can be found [here](/examples/)!
40
40
suitable specialist
41
41
- **📝 YAML configuration** - Declarative model and agent configuration
42
42
- **💭 Advanced reasoning** - Built-in "think", "todo" and "memory" tools for
43
-
complex problemsolving
43
+
complex problem-solving
44
44
- **🌐 Multiple AI providers** - Support for OpenAI, Anthropic, Gemini and DMR ([Docker Model Runner](https://docs.docker.com/ai/model-runner/))
45
45
46
46
## 🚀 Quick Start 🚀
47
47
48
48
### Installation
49
49
50
-
[Prebuilt binaries](https://github.com/docker/cagent/releases) for Windows, MacOS and Linux can be found on the releases page of the [project's GitHub repository](https://github.com/docker/cagent)
50
+
[Prebuilt binaries](https://github.com/docker/cagent/releases) for Windows, macOS and Linux can be found on the releases page of the [project's GitHub repository](https://github.com/docker/cagent)
51
51
Once you've downloaded the appropriate binary for your platform, you may need to give it executable permissions.
52
-
On MacOS and Linux, this can be done with the following command:
52
+
On macOS and Linux, this can be done with the following command:
53
53
54
54
```sh
55
55
# linux amd64 build example
@@ -86,7 +86,7 @@ cagent run my-agent.yaml -a root
86
86
./bin/cagent run agentcatalog/pirate
87
87
```
88
88
89
-
### Multiagent team example
89
+
### Multi-agent team example
90
90
91
91
```yaml
92
92
agents:
@@ -126,7 +126,7 @@ models:
126
126
127
127
## Quickly generate agents and agent teams with `cagent new`
128
128
129
-
Using the command `cagent new` you can quickly generate agents or multiagent teams using a single prompt! `cagent` has a built-in agent dedicated to this task.
129
+
Using the command `cagent new` you can quickly generate agents or multi-agent teams using a single prompt! `cagent` has a built-in agent dedicated to this task.
130
130
131
131
To use the feature, you must have an Anthropic, OpenAI or Google API key available in your environment.
132
132
@@ -191,6 +191,6 @@ More details on the usage and configuration of `cagent` can be found in [USAGE.m
191
191
192
192
## Contributing
193
193
194
-
Wanna hack on `cagent`, or help us fix bugs and build out some features? 🔧
194
+
Want to hack on `cagent`, or help us fix bugs and build out some features? 🔧
195
195
196
196
Read the information on how to build from source and contribute to the project in [CONTRIBUTING.md](/docs/CONTRIBUTING.md)
0 commit comments