From 1e85190f11b008b7f67a94be39742134cf586ff1 Mon Sep 17 00:00:00 2001 From: chrisguox Date: Sat, 15 Mar 2025 02:13:42 +0800 Subject: [PATCH 1/2] Update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba63c7f..aed2629 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ GitHub release - + License

@@ -136,7 +136,7 @@ python3 -m src.agent.agent_tools.discord Expected output: ``` Connecting to discord... -Connected to discrod bot with id . +Connected to discord bot with id . ``` @@ -151,13 +151,13 @@ INFO: Twitter client starting up... INFO: Connected to twitter user with id . INFO: Discord client starting up... WARNING: PyNaCl is not installed, voice will NOT be supported -INFO: Connected to discrod bot with id . +INFO: Connected to discord bot with id . ``` # Configuration ⚙️ -### Configurating Exisiting Tools +### Configuring Existing Tools You can enable and disable tools in the `agent_config` module in the `agent` package. Each tool can be configured using its configuration module that is located in the tool's directory in the `agent_tools` directory. Each tool also has its own README file that describes its configuration options. ### Adding New Tools From 90fca1983da557725b36259682b9eec759a2f513 Mon Sep 17 00:00:00 2001 From: chrisguox Date: Sat, 15 Mar 2025 02:25:56 +0800 Subject: [PATCH 2/2] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aed2629..64f3d5f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ GitHub release - + License