aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2024-07-05feat: add fs tools (#59)sigoden-16/+79
2024-07-05feat: add search tools (#58)sigoden-21/+125
2024-07-04feat: add tool search_tavily.sh (#57)sigoden-0/+19
2024-07-03chore: update readmesigoden-13/+10
2024-07-03chore: update readmesigoden-2/+6
2024-07-03feat: rename `may_execute_*` to `execute_*` (#56)sigoden-14/+6
2024-06-29refactor: remove scripts/crawler.mjs (#53)sigoden-215/+0
2024-06-29fix: tools/save_file.sh (#52)sigoden-1/+1
2024-06-28feat: agent rag use `documents` field other than `embeddings` dir (#51)sigoden-3/+4
2024-06-27feat: tools.txt/agents.txt support comments (#50)sigoden-4/+4
2024-06-27fix: install to aichat functions_dir (#49)sigoden-2/+2
2024-06-26feat: add scripts/crawler.mjs (#45)sigoden-2/+222
2024-06-21chore: update readmesigoden-2/+2
2024-06-22refactor: rename bot to agent (#44)sigoden-193/+193
2024-06-10fix: Argcfile.sh on windows (#42)sigoden-1/+8
2024-06-10chore: update readmesigoden-25/+49
2024-06-10refactor: improve bots/todo-* (#41)sigoden-21/+8
2024-06-08refactor: improve Argcfile.sh (#40)sigoden-59/+86
2024-06-08feat: support bots (#39)sigoden-9/+757
2024-06-08refactor: extract some functions from Argcfile.sh to scripts (#38)sigoden-60/+139
2024-06-08feat: `argc run-tool` helps you input json data (#37)sigoden-4/+106
2024-06-08fix: js/py build-declarations scripts (#36)sigoden-6/+14
2024-06-08feat: rename functions.txt to tools.txt (#35)sigoden-12/+12
2024-06-08refactor: improve Argcfile.sh and scripts/run-tool* (#34)sigoden-153/+237
* refactor: improve Argcfile and scripts/run-tool* * fix run-tool.js on windows
2024-06-07refactor: demo_tool.* inspect LLM_* env vars (#33)sigoden-20/+56
2024-06-07refactor: numerous improvements (#32)sigoden-115/+159
2024-06-07refactor: py/js entry func name (#31)sigoden-24/+32
2024-06-07feat: js/py generate declarations from comments (#30)sigoden-272/+717
2024-06-07refactor: rename scripts (#29)sigoden-9/+11
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-06refactor: argc test-functions (#26)sigoden-6/+4
2024-06-06feat: add save_file.sh (#25)sigoden-0/+16
2024-06-06fix: scripts/bin.sh convert json to cli options incorrect (#24)sigoden-9/+16
2024-06-06refactor: improve scripts/create.shsigoden-8/+11
2024-06-06feat: add scripts/create.sh for creating tool script quickly (#23)sigoden-0/+127
2024-06-06refactor: move run/tool.* to scripts/bin.* (#22)sigoden-8/+8
2024-06-06feat: add send_mail.sh (#21)sigoden-0/+15
2024-06-06feat: remove ruby (#20)sigoden-130/+1
2024-06-06refactor: may_execute_command.sh (#19)sigoden-6/+6
2024-06-06feat: support dotenv (#18)sigoden-5/+62
2024-06-06refactor: move tools/$lang/** to tools/** (#17)sigoden-11/+11
2024-06-05feat: adjust project structure (#16)sigoden-19/+19
2024-06-02fix: incorrect bash path in generated `.cmd` files (#15)sigoden-2/+2
2024-06-02chore: add issue_templates and enhence `argc version` (#14)sigoden-2/+67
2024-06-02feat: add `get_web_page` (#11)David Else-0/+14
2024-05-21chore: update ci (#8)sigoden-3/+2
2024-05-21feat: rewrite to accept json data from cli args other than env var (#7)sigoden-180/+263
* update readme
2024-05-19chore: improve Argcfile.shsigoden-29/+27
2024-05-19feat: supports functions in bash/js/python/ruby (#6)sigoden-82/+533