|
|
|
|
|
by ivape
333 days ago
|
|
I also feel like command line agents are pretty simple. It's tailor made for tool-use. while(true): >> User requests something << The LLM picks a cli tool from an index << LLM grabs the manual for the tool to get the list of commands << Attempts to fulfill the request I would not be shocked if engineers have already managed to overcomplicate these agents. |
|