File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# LLM Agent Builder
22
3- [ ![ build] ( https://github.com/LLMAgentBuilder /llm-agent-builder/actions/workflows/build.yaml/badge.svg )] ( https://github.com/LLMAgentBuilder /llm-agent-builder/actions/workflows/build.yaml )
3+ [ ![ build] ( https://github.com/JavaAIDev /llm-agent-builder/actions/workflows/build.yaml/badge.svg )] ( https://github.com/JavaAIDev /llm-agent-builder/actions/workflows/build.yaml )
44
55** LLM Agent Powered by Java / Spring AI**
66
Original file line number Diff line number Diff line change 2020 </modules >
2121
2222 <description >LLM Agent Builder</description >
23- <url >https://github.com/LLMAgentBuilder /llm-agent-builder</url >
23+ <url >https://github.com/JavaAIDev /llm-agent-builder</url >
2424 <licenses >
2525 <license >
2626 <name >The Apache Software License, Version 2.0</name >
3737
3838 <scm >
3939 <connection >
40- scm:git:git://github.com/LLMAgentBuilder /llm-agent-builder.git
40+ scm:git:git://github.com/JavaAIDev /llm-agent-builder.git
4141 </connection >
4242 <developerConnection >
4343 scm:git:ssh://github.com:LLMAgentBuilder/llm-agent-builder.git
4444 </developerConnection >
45- <url >http://github.com/LLMAgentBuilder /llm-agent-builder</url >
45+ <url >http://github.com/JavaAIDev /llm-agent-builder</url >
4646 </scm >
4747
4848 <properties >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ It's also very easy to create custom tools.
2626The easiest way to create agents is using the command line tool.
2727
2828Download the CLI jar (` llm-agent-builder-cli.jar ` )
29- from [ release page] ( https://github.com/LLMAgentBuilder /llm-agent-builder/releases ) .
29+ from [ release page] ( https://github.com/JavaAIDev /llm-agent-builder/releases ) .
3030
3131CLI has a sub-command ` build ` to build an agent from a config file.
3232
@@ -88,12 +88,12 @@ Tools used:
8888- writeLocalFile
8989- executePythonCode
9090
91- [GitHub repo](https://github.com/LLMAgentBuilder /example-csv-processor)
91+ [GitHub repo](https://github.com/JavaAIDev /example-csv-processor)
9292
9393# ## Chinese Idioms Game
9494
9595成语接龙游戏
9696
9797Use custom tools.
9898
99- [GitHub repo](https://github.com/LLMAgentBuilder /example-chinese-idioms-game)
99+ [GitHub repo](https://github.com/JavaAIDev /example-chinese-idioms-game)
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ const config: Config = {
130130 } ,
131131 {
132132 label : "GitHub" ,
133- href : "https://github.com/LLMAgentBuilder /llm-agent-builder" ,
133+ href : "https://github.com/JavaAIDev /llm-agent-builder" ,
134134 } ,
135135 ] ,
136136 } ,
You can’t perform that action at this time.
0 commit comments