Commit Graph

55 Commits

Author SHA1 Message Date
sigoden
970ed06d2b refactor: remove scripts/crawler.mjs (#53) 2024-06-29 07:07:33 +08:00
sigoden
59fe32ac42 fix: tools/save_file.sh (#52) 2024-06-29 06:53:25 +08:00
sigoden
f7f009b1da feat: agent rag use documents field other than embeddings dir (#51) 2024-06-28 06:36:56 +08:00
sigoden
ff3ee318d2 feat: tools.txt/agents.txt support comments (#50) 2024-06-27 05:51:34 +08:00
sigoden
444b4b2a62 fix: install to aichat functions_dir (#49) 2024-06-27 05:39:43 +08:00
sigoden
79491fc14b feat: add scripts/crawler.mjs (#45) 2024-06-26 21:49:52 +08:00
sigoden
8c1f1699ff chore: update readme 2024-06-21 23:26:05 +00:00
sigoden
adfb7c2b49 refactor: rename bot to agent (#44) 2024-06-22 06:52:45 +08:00
sigoden
a799428b39 fix: Argcfile.sh on windows (#42) 2024-06-10 21:26:51 +08:00
sigoden
ea226e560a chore: update readme 2024-06-10 12:29:17 +00:00
sigoden
7225ee331a refactor: improve bots/todo-* (#41) 2024-06-10 19:57:37 +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
57e8799d16 feat: argc run-tool helps you input json data (#37) 2024-06-08 16:55:28 +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
26b4338b81 refactor: argc test-functions (#26) 2024-06-06 15:30:41 +08:00
sigoden
e810d566be feat: add save_file.sh (#25) 2024-06-06 15:15:39 +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
sigoden
6f82b1f53a feat: add send_mail.sh (#21) 2024-06-06 11:15:39 +08:00
sigoden
d8eeb55578 feat: remove ruby (#20) 2024-06-06 09:38:48 +08:00
sigoden
4052bc944e refactor: may_execute_command.sh (#19) 2024-06-06 09:28:15 +08:00
sigoden
7d5b14bca1 feat: support dotenv (#18) 2024-06-06 08:52:40 +08:00
sigoden
bfb7d75fe4 refactor: move tools/$lang/** to tools/** (#17) 2024-06-06 08:29:00 +08:00
sigoden
005d23030d feat: adjust project structure (#16) 2024-06-05 18:37:52 +08:00
sigoden
7e3f47093f fix: incorrect bash path in generated .cmd files (#15) 2024-06-02 17:51:03 +08:00
sigoden
80e320217a chore: add issue_templates and enhence argc version (#14) 2024-06-02 17:39:06 +08:00
David Else
842f5f08c9 feat: add get_web_page (#11) 2024-06-02 06:07:35 +08:00
sigoden
55a72d7ad2 chore: update ci (#8) 2024-05-21 19:45:26 +08:00
sigoden
ef43b22a8e feat: rewrite to accept json data from cli args other than env var (#7)
* update readme
2024-05-21 08:26:47 +08:00
sigoden
e6642b5898 chore: improve Argcfile.sh 2024-05-19 15:14:19 +00:00
sigoden
03c4b69822 feat: supports functions in bash/js/python/ruby (#6) 2024-05-19 22:43:49 +08:00
sigoden
be279dcd32 chore: document function types 2024-05-18 10:15:35 +00:00
sigoden
0e668ab3f2 refactor: add the may_ prefix to reflect updates in AIChat 2024-05-18 09:52:20 +00:00
sigoden
2bcd04ec04 refactor: adjust --location description as certain LLMs insist on a province 2024-05-18 09:52:07 +00:00
sigoden
1ca118a301 fix: install failed since wrong aichat version (#5) 2024-05-18 10:57:12 +08:00
sigoden
07ce5ccaf6 refactor: retrieve function returns json (#4) 2024-05-18 10:21:57 +08:00
gilcu3
1a24e820dd feat: add search_wolframalpha (#1)
* wolframalpha example

* remove tungsten dependency

* script rename

* fix typo
2024-05-16 22:19:30 +08:00