Commit Graph

39 Commits

Author SHA1 Message Date
sigoden
2afd0fc19e refactor: error handling for run-tool/run-agent scripts (#133) 2024-11-30 18:15:41 +08:00
sigoden
d2a537c374 refactor: several improvements (#132)
- js export expression
- check args regarding run-agent/run-tool
2024-11-30 17:14:21 +08:00
sigoden
139bd5a3f6 refactor: git ignore all tools/agents startsWith _ (#130) 2024-11-29 18:16:36 +08:00
sigoden
86aa910609 refactor: improve bash code (#125)
* refactor: extract guard_path to utils/guard_path.sh

* add utils/guard_operation.sh
2024-11-16 11:09:40 +08:00
sigoden
afbd03f963 fix(scripts): ignore declarations without a description (#122) 2024-11-04 07:27:47 +08:00
sigoden
2cac7d90c8 fix(scripts): don't build declarations for cmd startsWith (#121) 2024-11-04 06:51:19 +08:00
sigoden
68b1f57a4b fix(scripts): don't build declaration for function startsWith _ (#119) 2024-11-02 15:04:54 +08:00
sigoden
fbeaa9cb2c feat: improve execute js/py code and collect results (#117) 2024-10-23 17:22:11 +08:00
sigoden
e098f7f43a fix: js/py dotenv unable to parse quoted value or duplicated (#114) 2024-10-18 20:19:10 +08:00
sigoden
615aa25266 fix: js/py dotenv unexpectedly overrides existing env vars (#113) 2024-10-18 19:28:57 +08:00
sigoden
fb62dd5e18 refactor: support LLM_AGENT_DUMP_RESULT (#112) 2024-10-18 19:06:50 +08:00
sigoden
6eb391bdc7 feat: controls displaying the results from function call (#111) 2024-10-18 18:28:03 +08:00
sigoden
9a2398fc77 refactor: improve scripts/run-{tool,agent}.sh (#97) 2024-08-17 08:38:21 +08:00
sigoden
072527fa1e fix: scripts/run-agent.sh (#96) 2024-08-17 08:25:10 +08:00
sigoden
d3930a6e21 refactor: improve scripts/run-{tool,agent}.sh (#95) 2024-08-17 08:14:10 +08:00
sigoden
36b34c5896 fix(scripts): run-tool.sh / run-agent.sh (#88) 2024-08-01 18:25:15 +08:00
sigoden
226228dfa4 fix: dump result bug in run-tools.js/run-agent.js (#80) 2024-07-29 16:46:44 +08:00
sigoden
732eae532c feat: adjust the way of returning data to LLM (#69) 2024-07-10 18:53:32 +08:00
sigoden
9b1f21c5a4 fix: scripts/run-*.sh load dotenv (#60) 2024-07-06 05:30:59 +08:00
sigoden
970ed06d2b refactor: remove scripts/crawler.mjs (#53) 2024-06-29 07:07:33 +08:00
sigoden
79491fc14b feat: add scripts/crawler.mjs (#45) 2024-06-26 21:49:52 +08:00
sigoden
adfb7c2b49 refactor: rename bot to agent (#44) 2024-06-22 06:52:45 +08:00
sigoden
8f3385ca9e refactor: improve Argcfile.sh (#40) 2024-06-08 21:58:44 +08:00
sigoden
213e949fc8 feat: support bots (#39) 2024-06-08 20:46:27 +08:00
sigoden
82d7a7de8a refactor: extract some functions from Argcfile.sh to scripts (#38) 2024-06-08 19:39:12 +08:00
sigoden
0ac5193b8d fix: js/py build-declarations scripts (#36) 2024-06-08 16:46:16 +08:00
sigoden
8a87890df6 feat: rename functions.txt to tools.txt (#35) 2024-06-08 11:40:54 +08:00
sigoden
2b5b0f6502 refactor: improve Argcfile.sh and scripts/run-tool* (#34)
* refactor: improve Argcfile and scripts/run-tool*

* fix run-tool.js on windows
2024-06-08 10:30:34 +08:00
sigoden
0c6b609c26 refactor: demo_tool.* inspect LLM_* env vars (#33) 2024-06-07 21:58:46 +08:00
sigoden
63df67acea refactor: numerous improvements (#32) 2024-06-07 21:36:34 +08:00
sigoden
e1d895cc9a refactor: py/js entry func name (#31) 2024-06-07 16:10:05 +08:00
sigoden
739a832d87 feat: js/py generate declarations from comments (#30) 2024-06-07 15:16:31 +08:00
sigoden
2b07fc2c7e refactor: rename scripts (#29) 2024-06-07 04:06:59 +08:00
sigoden
6d1ad27900 refactor: make scripts/create.sh works on bash 3 (#28) 2024-06-06 16:35:37 +08:00
sigoden
39447fb39e feat: set environment variable LLM_FUNCTION_NAME (#27) 2024-06-06 16:33:24 +08:00
sigoden
61440a0916 fix: scripts/bin.sh convert json to cli options incorrect (#24) 2024-06-06 15:11:49 +08:00
sigoden
f58e9ea54a refactor: improve scripts/create.sh 2024-06-06 05:37:32 +00:00
sigoden
c6eeb84402 feat: add scripts/create.sh for creating tool script quickly (#23) 2024-06-06 13:28:59 +08:00
sigoden
a144077aec refactor: move run/tool.* to scripts/bin.* (#22) 2024-06-06 11:40:09 +08:00