aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2024-11-25fix: execute js/py code (#129)sigoden-8/+28
2024-11-25fix: python virtualenv (#128)sigoden-1/+1
2024-11-16chore: update readme of demo agentsigoden-0/+2
2024-11-16chore: improve code qualitysigoden-4/+4
2024-11-16refactor: improve bash code (#125)sigoden-120/+110
* refactor: extract guard_path to utils/guard_path.sh * add utils/guard_operation.sh
2024-11-16feat(tools): add fs_patch.sh (#124)sigoden-4/+155
2024-11-14feat: add `LLM_OUTPUT=/dev/stdout` to all tools/agents bashscripts (#123)sigoden-12/+58
2024-11-04fix(scripts): ignore declarations without a description (#122)sigoden-6/+10
2024-11-04fix(scripts): don't build declarations for cmd startsWith (#121)sigoden-1/+1
2024-11-02feat(tool): add web_search_aichat.sh (#120)sigoden-78/+32
2024-11-02fix(scripts): don't build declaration for function startsWith `_` (#119)sigoden-1/+1
2024-10-26chore: execute js/py codesigoden-6/+6
2024-10-26refactor: execute js/py code (#118)sigoden-10/+26
2024-10-23feat: improve execute js/py code and collect results (#117)sigoden-18/+14
2024-10-21feat: support python virtualenv (#116)sigoden-5/+43
2024-10-18fix: js/py dotenv unable to parse quoted value or duplicated (#114)sigoden-40/+100
2024-10-18fix: js/py dotenv unexpectedly overrides existing env vars (#113)sigoden-6/+14
2024-10-18refactor: support LLM_AGENT_DUMP_RESULT (#112)sigoden-3/+3
2024-10-18feat: controls displaying the results from function call (#111)sigoden-20/+235
2024-10-04chore: Fix README.md typo (#106)Jaga Santagostino-2/+2
2024-09-18fix: extraction of functions_dir for symlink (#103)Eugen Eisler-11/+11
2024-09-11chore: update readmesigoden-3/+1
2024-09-11feat: abandon prompt agent (#102)sigoden-31/+0
2024-08-22chore: typossigoden-2/+2
2024-08-17chore: update readmesigoden-10/+32
2024-08-17refactor: improve `fs_*` (#99)sigoden-3/+5
improve `_guard_path` to use `realpath -m <path>` to get absolute path
2024-08-17refactor: improve coder agent (#98)sigoden-9/+9
change content to contents
2024-08-17refactor: improve scripts/run-{tool,agent}.sh (#97)sigoden-2/+2
2024-08-17fix: scripts/run-agent.sh (#96)sigoden-1/+1
2024-08-17refactor: improve scripts/run-{tool,agent}.sh (#95)sigoden-42/+44
2024-08-13chore: update readmesigoden-10/+17
2024-08-09feat(tool): add web_search_vertexai.sh (#93)sigoden-3/+57
2024-08-09chore: update readmesigoden-5/+2
2024-08-09chore: update readmesigoden-0/+12
2024-08-09refactor: improve Argcfile.shsigoden-2/+5
2024-08-03feat(tool): add execute_sql_code (#91)sigoden-0/+23
2024-08-03chore: update description of some toolssigoden-7/+7
2024-08-03chore: update tools/fs_rm.shsigoden-1/+0
2024-08-02feat: prompt confirmation for fs write operations outside cwd (#90)sigoden-28/+63
2024-08-02chore: update readmesigoden-9/+11
2024-08-01refactor: update todo agent (#89)sigoden-8/+8
2024-08-01fix(scripts): run-tool.sh / run-agent.sh (#88)sigoden-2/+2
2024-08-01refactor: improve llm-based web_search tools (#87)sigoden-2/+4
2024-07-31feat: add prompt agent (#86)sigoden-0/+31
2024-07-31chore: update readme of todo agent (#85)sigoden-1/+2
2024-07-31refactor: update agents (#84)sigoden-4/+5
2024-07-31feat: improve todo agent (#83)sigoden-33/+57
2024-07-30refactor: demo agent with `LLM_AGENT_VAR_*` (#82)sigoden-17/+20
2024-07-29refactor: demo agent (#81)sigoden-47/+73
2024-07-29fix: dump result bug in run-tools.js/run-agent.js (#80)sigoden-2/+2