Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Apr 15, 2024
1 parent dacc270 commit ed93a4a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
3 changes: 3 additions & 0 deletions core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# LLM Agent Builder Core

Runtime of LLM Agent
7 changes: 7 additions & 0 deletions launchers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# LLM Agent Launcher

Launchers of LLM Agent

## JDK HTTP Sync

## Spring WebMVC
7 changes: 7 additions & 0 deletions tool-builders/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# LLM Agent Tool Builder

Build LLM Agent Tools

## OpenAPI

Convert OpenAPI operations into agent tools
2 changes: 1 addition & 1 deletion tool-builders/openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>0.0.9</version>
</parent>

<artifactId>agent-builder-tool-builder-openapi</artifactId>
<artifactId>llm-agent-builder-tool-builder-openapi</artifactId>
<name>Agent Tool Builder :: OpenAPI</name>

<build>
Expand Down

0 comments on commit ed93a4a

Please sign in to comment.