aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2024-12-13refactor: add docs and update scripts (#150)sigoden-14/+15
2024-12-13feat(mcp): add LLM_MCP_NEED_CONFIRM and LLM_MCP_SKIP_CONFIRM (#149)sigoden-0/+19
2024-12-12refactor(mcp): improve docs and script (#146)sigoden-10/+19
2024-12-12feat: support env var `LLM_DUMP_RESULTS` (#144)sigoden-182/+114
2024-12-12fix: git bash on windows backslashs bug (#142)sigoden-0/+11
2024-12-11fix: build js declarations (#141)sigoden-1/+1
2024-12-11feat: support MCP bridge (#140)sigoden-0/+269
2024-11-30refactor: error handling for run-tool/run-agent scripts (#133)sigoden-26/+10
2024-11-30refactor: several improvements (#132)sigoden-17/+45
2024-11-29refactor: git ignore all tools/agents startsWith `_` (#130)sigoden-9/+17
2024-11-16refactor: improve bash code (#125)sigoden-5/+5
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-02fix(scripts): don't build declaration for function startsWith `_` (#119)sigoden-1/+1
2024-10-23feat: improve execute js/py code and collect results (#117)sigoden-16/+8
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-4/+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-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-01fix(scripts): run-tool.sh / run-agent.sh (#88)sigoden-2/+2
2024-07-29fix: dump result bug in run-tools.js/run-agent.js (#80)sigoden-2/+2
2024-07-10feat: adjust the way of returning data to LLM (#69)sigoden-47/+117
2024-07-06fix: scripts/run-*.sh load dotenv (#60)sigoden-2/+2
2024-06-29refactor: remove scripts/crawler.mjs (#53)sigoden-215/+0
2024-06-26feat: add scripts/crawler.mjs (#45)sigoden-0/+215
2024-06-22refactor: rename bot to agent (#44)sigoden-75/+75
2024-06-08refactor: improve Argcfile.sh (#40)sigoden-3/+4
2024-06-08feat: support bots (#39)sigoden-2/+294
2024-06-08refactor: extract some functions from Argcfile.sh to scripts (#38)sigoden-0/+133
2024-06-08fix: js/py build-declarations scripts (#36)sigoden-6/+14
2024-06-08feat: rename functions.txt to tools.txt (#35)sigoden-1/+1
2024-06-08refactor: improve Argcfile.sh and scripts/run-tool* (#34)sigoden-125/+199
2024-06-07refactor: demo_tool.* inspect LLM_* env vars (#33)sigoden-1/+1
2024-06-07refactor: numerous improvements (#32)sigoden-104/+148
2024-06-07refactor: py/js entry func name (#31)sigoden-20/+28
2024-06-07feat: js/py generate declarations from comments (#30)sigoden-123/+569
2024-06-07refactor: rename scripts (#29)sigoden-3/+4
2024-06-06refactor: make scripts/create.sh works on bash 3 (#28)sigoden-4/+4
2024-06-06feat: set environment variable LLM_FUNCTION_NAME (#27)sigoden-62/+72
2024-06-06fix: scripts/bin.sh convert json to cli options incorrect (#24)sigoden-7/+12
2024-06-06refactor: improve scripts/create.shsigoden-3/+10
2024-06-06feat: add scripts/create.sh for creating tool script quickly (#23)sigoden-0/+117
2024-06-06refactor: move run/tool.* to scripts/bin.* (#22)sigoden-0/+240