A lightweight ReAct agent that combines language models with tool execution to tackle tasks through iterative reasoning and action, with persistent conversation history.
export BASE_URL=${YOUR_LLM_GATEWAY_URL}
export API_KEY=${YOUR_LLM_GATEWAY_API_KEY}
export MODEL_NAME=${YOUR_LLM_MODEL_NAME}
export REASONING_EFFORT=high
python core/backends.py "Introduce yourself"
python core/agent.py --input=input.txt --history=new 2>&1 | tee log