LLM_AGENT_CACHE_DIR not documented nor default fallback
einarpersson opened this issue · 2 comments
einarpersson commented
Describe the bug
LLM_AGENT_CACHE_DIR
is not documented here and does not seem to have a default / fallback value.
To Reproduce
todo-sh>> add todo make a lasagne
Call todo-sh add_todo {"desc":"make a lasagne"}
No such file or directory (os error 2)
Expected behavior
I expected it to just work, since I am following the README here
Environment
❯ aichat --version
aichat 0.19.0
Additional context
sigoden commented
The LLM_AGENT_CACHE_DIR
is not provide by aichat
. It comes from llm-function run-agent
llm-functions/scripts/run-tool.sh
Lines 26 to 33 in 970ed06
llm-functions/scripts/run-tool.py
Lines 49 to 53 in 970ed06
llm-functions/scripts/run-tool.js
Lines 48 to 53 in 970ed06
sigoden commented
If you want to test agent, please try the argc command:
argc run@agent todo-sh