Commit Graph

144 Commits

Author SHA1 Message Date
sigoden
632acd0fd6 chore: add github issue template add_agent (#135) 2024-12-01 07:56:36 +08:00
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
c4ba6ff379 refactor: improve coder agent (#131) 2024-11-29 20:18:33 +08:00
sigoden
139bd5a3f6 refactor: git ignore all tools/agents startsWith _ (#130) 2024-11-29 18:16:36 +08:00
sigoden
ecf7233401 fix: execute js/py code (#129) 2024-11-25 08:21:58 +08:00
sigoden
4e0c6e752d fix: python virtualenv (#128) 2024-11-25 06:44:52 +08:00
sigoden
6c621a677d chore: update readme of demo agent 2024-11-16 20:45:15 +08:00
sigoden
aae8dd85c7 chore: improve code quality 2024-11-16 11:24:00 +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
6d30c22b82 feat(tools): add fs_patch.sh (#124) 2024-11-16 07:20:55 +08:00
sigoden
1b96d4ee4c feat: add LLM_OUTPUT=/dev/stdout to all tools/agents bashscripts (#123) 2024-11-14 21:54:44 +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
3573a43978 feat(tool): add web_search_aichat.sh (#120) 2024-11-02 20:42:42 +08:00
sigoden
68b1f57a4b fix(scripts): don't build declaration for function startsWith _ (#119) 2024-11-02 15:04:54 +08:00
sigoden
602ca0535e chore: execute js/py code 2024-10-26 08:32:36 +08:00
sigoden
e1a26cb4f2 refactor: execute js/py code (#118) 2024-10-26 08:26:52 +08:00
sigoden
fbeaa9cb2c feat: improve execute js/py code and collect results (#117) 2024-10-23 17:22:11 +08:00
sigoden
d499954dbb feat: support python virtualenv (#116) 2024-10-21 08:01:27 +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
Jaga Santagostino
b5377bf28b chore: Fix README.md typo (#106) 2024-10-04 08:08:32 +08:00
Eugen Eisler
8aeb2d4301 fix: extraction of functions_dir for symlink (#103) 2024-09-18 05:53:26 +08:00
sigoden
e87d3481d9 chore: update readme 2024-09-11 19:36:07 +08:00
sigoden
020cfcc905 feat: abandon prompt agent (#102) 2024-09-11 19:35:28 +08:00
sigoden
62239c0887 chore: typos 2024-08-22 08:52:24 +08:00
sigoden
56f3beb842 chore: update readme 2024-08-17 15:01:17 +08:00
sigoden
760ea38fed refactor: improve fs_* (#99)
improve `_guard_path` to use `realpath -m <path>` to get absolute path
2024-08-17 12:40:32 +08:00
sigoden
a53ca4fda2 refactor: improve coder agent (#98)
change content to contents
2024-08-17 09:30:06 +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
cdcb8aadd9 chore: update readme 2024-08-13 00:56:18 +00:00
sigoden
70eb3d91c9 feat(tool): add web_search_vertexai.sh (#93) 2024-08-09 11:44:41 +08:00
sigoden
e77c51cbde chore: update readme 2024-08-09 02:23:40 +00:00
sigoden
7ca8bc5c9f chore: update readme 2024-08-09 02:21:03 +00:00
sigoden
fb6d4d4814 refactor: improve Argcfile.sh 2024-08-09 01:59:09 +00:00
sigoden
d0bbd1c9b3 feat(tool): add execute_sql_code (#91) 2024-08-03 11:27:13 +08:00
sigoden
766ec231f5 chore: update description of some tools 2024-08-03 03:16:29 +00:00
sigoden
556713a18c chore: update tools/fs_rm.sh 2024-08-03 00:07:46 +00:00
sigoden
d66d8938f1 feat: prompt confirmation for fs write operations outside cwd (#90) 2024-08-02 23:26:49 +08:00
sigoden
f5c67b3eff chore: update readme 2024-08-02 11:34:41 +00:00
sigoden
ae6c486074 refactor: update todo agent (#89) 2024-08-01 22:30:52 +08:00
sigoden
36b34c5896 fix(scripts): run-tool.sh / run-agent.sh (#88) 2024-08-01 18:25:15 +08:00
sigoden
4c9504bc12 refactor: improve llm-based web_search tools (#87) 2024-08-01 15:48:06 +08:00
sigoden
1cb74d4910 feat: add prompt agent (#86) 2024-07-31 15:23:42 +08:00
sigoden
686bce1dd8 chore: update readme of todo agent (#85) 2024-07-31 11:57:21 +08:00