Compare commits

..

2 Commits

Author SHA1 Message Date
82af003805 Update TODO.md 2024-06-23 21:24:01 +00:00
a7432bff2a Update README.md 2024-06-23 21:24:01 +00:00

View File

@ -150,7 +150,7 @@ Agent functionality is expected to be expanded on, bringing them to close parity
## Tools
Tools in `lmcli` are used by agents to to acquire information from and interact with external systems. The following built-in tools are available:
Tools are used by agents to acquire information from and interact with external systems. The following built-in tools are available:
- `dir_tree`: Display a directory structure
- `read_file`: Read the contents of a file
@ -160,7 +160,7 @@ Tools in `lmcli` are used by agents to to acquire information from and interact
Obviously, some of these tools carry significant risk. Use wisely :)
More tool features are planned, including the to define arbitrary tools which call out to external scripts, tools to spawn sub-agents, perform web searches, etc.
More tool features are planned, including the ability to define arbitrary tools which call out to external scripts, tools to spawn sub-agents, perform web searches, etc.
## Contributing