Compare commits

..

4 Commits

Author SHA1 Message Date
a547c57c9c Update README 2024-06-23 21:21:03 +00:00
71397be83f Update README
Add section for syntax highlighting
2024-06-23 21:15:03 +00:00
588c2b01fb Update TODO.md 2024-06-23 21:01:16 +00:00
ddfc3aa6fa Update README.md 2024-06-23 21:01:14 +00:00

View File

@ -150,7 +150,7 @@ Agent functionality is expected to be expanded on, bringing them to close parity
## Tools ## Tools
Tools are used by agents to acquire information from and interact with external systems. The following built-in tools are available: Tools in `lmcli` are used by agents to to acquire information from and interact with external systems. The following built-in tools are available:
- `dir_tree`: Display a directory structure - `dir_tree`: Display a directory structure
- `read_file`: Read the contents of a file - `read_file`: Read the contents of a file
@ -160,7 +160,7 @@ Tools are used by agents to acquire information from and interact with external
Obviously, some of these tools carry significant risk. Use wisely :) Obviously, some of these tools carry significant risk. Use wisely :)
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. 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.
## Contributing ## Contributing