Compare commits
4 Commits
82af003805
...
a547c57c9c
Author | SHA1 | Date | |
---|---|---|---|
a547c57c9c | |||
71397be83f | |||
588c2b01fb | |||
ddfc3aa6fa |
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user