Commit History

refactor(api): add LLM abstraction layer to replace hardcoded model strings
bcdc55d

AlexTrinityBlock commited on

feat(run): add retry mechanism with error handling to agent entry point
97fc18c

AlexTrinityBlock commited on

feat(agent): add answer extraction module and integrate into run function
da8c40b

AlexTrinityBlock commited on

chore(agent): remove verbose research complete banner from web search output
b70637a

AlexTrinityBlock commited on

refactor(agent): split websearch agent into separate modules
a394be7

AlexTrinityBlock commited on

chore(agent): enhance supervisor prompts and increase websearch recursion limit
314810a

AlexTrinityBlock commited on

fix(websearch): add recursion limit and error handling for search agent
cee18af

AlexTrinityBlock commited on

chore: remove __pycache__ bytecode files from version control
2f08174

AlexTrinityBlock commited on

feat(agent): implement supervisor agent with tool routing and math solver
40deb66

AlexTrinityBlock commited on