File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export ANTHROPIC_API_KEY=your_key_here
5757Use docker-agent to work on docker-agent! The project includes a specialized developer agent:
5858
5959``` bash
60- cd cagent
60+ cd docker-agent
6161docker agent run ./golang_developer.yaml
6262```
6363
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ <h1 class="text-base font-semibold">{{.Title}}</h1>
7575
7676 <!-- Footer -->
7777 < footer class ="border-t border-border px-4 py-3 text-center text-muted-foreground text-xs ">
78- Exported from < a href ="https://github.com/docker/cagent " class ="text-tui-cyan no-underline hover:underline "> cagent </ a >
78+ Exported from < a href ="https://github.com/docker/docker-agent " class ="text-tui-cyan no-underline hover:underline "> Docker Agent </ a >
7979 </ footer >
8080 </ div >
8181 < script >
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ func TestSchemaForAnthropic(t *testing.T) {
186186
187187// TestEmptyMapSchemaForOpenai makes sure we format empty properties in a way that
188188// OpenAI and LM Studio accept.
189- // See https://github.com/docker/cagent /issues/278
189+ // See https://github.com/docker/docker-agent /issues/278
190190func TestEmptyMapSchemaForOpenai (t * testing.T ) {
191191 schema , err := openai .ConvertParametersToSchema (map [string ]any {})
192192 require .NoError (t , err )
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ func builtInFeedbackCommands() []Item {
265265 Description : "Report a bug or issue" ,
266266 Category : "Feedback" ,
267267 Execute : func (string ) tea.Cmd {
268- return core .CmdHandler (messages.OpenURLMsg {URL : "https://github.com/docker/cagent /issues/new/choose" })
268+ return core .CmdHandler (messages.OpenURLMsg {URL : "https://github.com/docker/docker-agent /issues/new/choose" })
269269 },
270270 },
271271 }
You can’t perform that action at this time.
0 commit comments