aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2024-12-13feat(mcp): add `prefix` filed to bridge server configuraiton (#148)sigoden-6/+19
2024-12-12chore: update mcp docs (#147)sigoden-3/+4
2024-12-12refactor(mcp): improve docs and script (#146)sigoden-12/+27
2024-12-12feat(mcp-server): support env var `AGENT_TOOLS_ONLY` (#145)sigoden-7/+22
2024-12-12feat: support env var `LLM_DUMP_RESULTS` (#144)sigoden-195/+127
2024-12-12refactor: add docs (#143)sigoden-62/+132
2024-12-12fix: git bash on windows backslashs bug (#142)sigoden-0/+11
2024-12-11fix: build js declarations (#141)sigoden-1/+4
2024-12-11feat: support MCP bridge (#140)sigoden-5/+549
2024-12-11Merge pull request #139 from sigoden/feat-mcp-serversigoden-0/+180
2024-12-11feat: add mcp serversigoden-0/+180
2024-12-11Merge pull request #138 from sigoden/featsigoden-2/+7
2024-12-11feat(tool): fs_write ask confirmation for existing filessigoden-2/+7
2024-12-10refactor: update web_search_aichat.sh (#136)sigoden-8/+2
2024-12-10feat(agent): add json-viewer (#134)sigoden-0/+71
2024-12-01chore: update github issue templatesigoden-1/+1
2024-12-01chore: add github issue template `add_agent` (#135)sigoden-0/+24
2024-11-30refactor: error handling for run-tool/run-agent scripts (#133)sigoden-27/+11
2024-11-30refactor: several improvements (#132)sigoden-24/+52
- js export expression - check args regarding run-agent/run-tool
2024-11-29refactor: improve coder agent (#131)sigoden-17/+11
2024-11-29refactor: git ignore all tools/agents startsWith `_` (#130)sigoden-11/+21
2024-11-25fix: execute js/py code (#129)sigoden-8/+28
2024-11-25fix: python virtualenv (#128)sigoden-1/+1
2024-11-16chore: update readme of demo agentsigoden-0/+2
2024-11-16chore: improve code qualitysigoden-4/+4
2024-11-16refactor: improve bash code (#125)sigoden-120/+110
* refactor: extract guard_path to utils/guard_path.sh * add utils/guard_operation.sh
2024-11-16feat(tools): add fs_patch.sh (#124)sigoden-4/+155
2024-11-14feat: add `LLM_OUTPUT=/dev/stdout` to all tools/agents bashscripts (#123)sigoden-12/+58
2024-11-04fix(scripts): ignore declarations without a description (#122)sigoden-6/+10
2024-11-04fix(scripts): don't build declarations for cmd startsWith (#121)sigoden-1/+1
2024-11-02feat(tool): add web_search_aichat.sh (#120)sigoden-78/+32
2024-11-02fix(scripts): don't build declaration for function startsWith `_` (#119)sigoden-1/+1
2024-10-26chore: execute js/py codesigoden-6/+6
2024-10-26refactor: execute js/py code (#118)sigoden-10/+26
2024-10-23feat: improve execute js/py code and collect results (#117)sigoden-18/+14
2024-10-21feat: support python virtualenv (#116)sigoden-5/+43
2024-10-18fix: js/py dotenv unable to parse quoted value or duplicated (#114)sigoden-40/+100
2024-10-18fix: js/py dotenv unexpectedly overrides existing env vars (#113)sigoden-6/+14
2024-10-18refactor: support LLM_AGENT_DUMP_RESULT (#112)sigoden-3/+3
2024-10-18feat: controls displaying the results from function call (#111)sigoden-20/+235
2024-10-04chore: Fix README.md typo (#106)Jaga Santagostino-2/+2
2024-09-18fix: extraction of functions_dir for symlink (#103)Eugen Eisler-11/+11
2024-09-11chore: update readmesigoden-3/+1
2024-09-11feat: abandon prompt agent (#102)sigoden-31/+0
2024-08-22chore: typossigoden-2/+2
2024-08-17chore: update readmesigoden-10/+32
2024-08-17refactor: improve `fs_*` (#99)sigoden-3/+5
improve `_guard_path` to use `realpath -m <path>` to get absolute path
2024-08-17refactor: improve coder agent (#98)sigoden-9/+9
change content to contents
2024-08-17refactor: improve scripts/run-{tool,agent}.sh (#97)sigoden-2/+2
2024-08-17fix: scripts/run-agent.sh (#96)sigoden-1/+1