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 |
|
sigoden
|
6c2c035511
|
refactor: update agents (#84)
|
2024-07-31 11:51:55 +08:00 |
|
sigoden
|
6fbb801051
|
feat: improve todo agent (#83)
|
2024-07-31 11:47:54 +08:00 |
|
sigoden
|
3e8b7b2e45
|
refactor: demo agent with LLM_AGENT_VAR_* (#82)
|
2024-07-30 15:09:18 +08:00 |
|
sigoden
|
213d1b3fd7
|
refactor: demo agent (#81)
|
2024-07-29 17:26:36 +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
|
ff5f3f6d0e
|
feat: add web_search_cohere tool (#79)
|
2024-07-29 10:01:55 +08:00 |
|
sigoden
|
a7342a1cbf
|
feat: add web_search_* tools, rm some search_* tools (#78)
|
2024-07-29 07:32:26 +08:00 |
|
sigoden
|
4d18d6346d
|
refactor: improve fetch_url_via_curl (#77)
|
2024-07-17 18:29:41 +08:00 |
|
sigoden
|
2ee24731dc
|
refactor: search tools (#76)
|
2024-07-17 09:23:52 +08:00 |
|