Skip to content

Commit 776e29d

Browse files
authored
Update README.md
1 parent f566876 commit 776e29d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## ✨ What is `cagent`? ✨
99

10-
`cagent` lets you create and run intelligent AI agents and teams, where each agent has
10+
`cagent` lets you create and run intelligent AI agents, where each agent has
1111
specialized knowledge, tools, and capabilities.
1212

1313
Think of it as allowing you to quickly build and run a team of virtual experts that
@@ -87,8 +87,8 @@ cagent run ./examples/pirate.yaml
8787
# or specify a different starting agent from the config, useful for agent teams
8888
cagent run ./examples/pirate.yaml -a root
8989
90-
# or run directly from an image reference
91-
cagent run agentcatalog/pirate
90+
# or run directly from an image reference here I'm pulling the pirate agent from the creek repository
91+
cagent run creek/pirate
9292
```
9393

9494
### Multi-agent team example
@@ -166,7 +166,7 @@ What should your agent/agent team do? (describe its purpose):
166166
> I need an agent team that connects to <some-service> and does...
167167
```
168168

169-
## Pushing and pulling agents and teams from Docker Hub
169+
## Pushing and pulling agents from Docker Hub
170170

171171
### `cagent push`
172172

@@ -180,15 +180,15 @@ cagent push ./<agent-file>.yaml namespace/reponame
180180

181181
### `cagent pull`
182182

183-
Pulling agents/teams from Docker Hub is also just one `cagent pull` command away.
183+
Pulling agents from Docker Hub is also just one `cagent pull` command away.
184184

185185
```sh
186-
cagent pull agentcatalog/pirate
186+
cagent pull creek/pirate
187187
```
188188

189189
`cagent` will pull the image, extract the yaml file and place it in your working directory for ease of use.
190190

191-
`cagent run agentcatalog_pirate.yaml` will run your newly pulled agent
191+
`cagent run creek.yaml` will run your newly pulled agent
192192

193193
## Usage
194194

0 commit comments

Comments
 (0)