Dark-Alex-17
93e90106a8
feat: create a new probe agent to probe code verifications using usage-pattern testing
2026-08-27 13:59:28 -06:00
Dark-Alex-17
6256b5fcfa
docs: document background jobs across prompts, config example, and README
...
- Extend the injected Background Jobs prompt guidance: system_notifications
push on completion, collect-only-when-idle wait protocol, and the graph
LLM-node collect-before-final-turn rule
- Mention the system_notifications push in the agent spawning guidance and
in the sisyphus/architect wait-protocol text (agent completions push
notifications too)
- config.example.yaml: max_concurrent_jobs (default 5, 0 = disabled)
- README: features-list entry pointing at the Background-Jobs wiki page
2026-08-25 18:24:44 -06:00
Dark-Alex-17 and Sisyphus
c7384b7a9b
feat: run an advisory observability pass after implementation in sisyphus
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-08-25 13:19:10 -06:00
Dark-Alex-17 and Sisyphus
9e652f7801
feat: calibrate logging registers in the code-writing agents
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-08-25 13:19:09 -06:00
Dark-Alex-17 and Sisyphus
f8cab9b439
feat: run design interviews as grilling frontier rounds across the planning agents
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-08-24 15:12:37 -06:00
Dark-Alex-17 and Sisyphus
720591d24a
feat: add an on-demand architecture-reviewer agent for deepening scans
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-08-24 15:07:50 -06:00
Dark-Alex-17 and Sisyphus
b5863dded0
feat: add a feedback-loop-first diagnosing-bugs skill to the coding suite
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-08-24 15:02:12 -06:00
Dark-Alex-17
da640f3dcd
feat: created a new comment-discipline skill for the built in sisyphus suite
2026-08-21 14:02:39 -06:00
Dark-Alex-17
873deef7c7
feat: Added a new security review step to the code writing quality gates
2026-08-21 12:30:53 -06:00
Dark-Alex-17
2b45e3a9b8
feat: improved wording and heuristic detection for sisyphus suite of agents
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-08-10 15:37:53 -06:00
Dark-Alex-17
91dbaf5533
feat: upgraded to sbx kit v2 spec for improved integration
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-08-10 15:26:16 -06:00
Dark-Alex-17
c1b14bdfdf
docs: Created a mermaid diagram for Sisyphus
CI / All (ubuntu-latest) (push) Failing after 24s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-07-24 13:55:31 -06:00
Dark-Alex-17
46dcef0dec
Merge branch 'main' of github.com:Dark-Alex-17/coyote
2026-07-22 16:37:34 -06:00
Dark-Alex-17
72c6bb74c2
feat: created the adversay agent and adversarial-review skill
2026-07-22 16:35:00 -06:00
Dark-Alex-17
6bf80dcce9
feat: added ast_grep tool to Sisyphus suite agents
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-07-22 15:41:09 -06:00
Dark-Alex-17
df948c69bf
feat: new spawnable_agents field in agents to let users restrict what agents can be spawned by a parent agent
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-07-22 14:29:55 -06:00
Dark-Alex-17
006f64bfa0
docs: Improved sisyphus wording to empower agent to spawn as many subagents as necessary
2026-07-21 14:12:51 -06:00
Dark-Alex-17
fc0b2ada7e
feat: Implemented durable state for sisyphus
2026-07-04 13:02:50 -06:00
Dark-Alex-17
9d2e936e7f
feat: Created the step-runner graph agent for more deterministic coding workflows to produce even more reliable and higher-quality results
2026-07-04 12:50:37 -06:00
Dark-Alex-17
159afbbc06
feat: Improved oracle and sisyphus agents with skill integrations for the new skills
2026-07-04 12:34:09 -06:00
Dark-Alex-17
fc23b532d9
feat: Added mixin for sisyphus so the ddg MCP server can search arbitrary domains
2026-07-02 12:56:18 -06:00
Dark-Alex-17
b0a3b0a9a5
feat: implemented reflexion (sorta) in sisyphus for significant code changes to delegate to the code-reviewer agent
2026-06-04 10:40:14 -06:00
Dark-Alex-17
c6a9268856
docs: improved fs_patch and fs_write descriptions and examples
2026-06-03 12:06:39 -06:00
Dark-Alex-17
7a7824be6a
feat: improved code reviewer agents with skills
2026-06-03 10:40:34 -06:00
Dark-Alex-17
aa2d4f3265
fix: updated execute_command to not mangle heredocs and also added explicit instructions to the coder and sisyphus agents to use fs_write and fs_patch over execute_command when writing files
2026-06-03 10:20:39 -06:00
Dark-Alex-17
307e2cfc50
docs: documented the llm node skills policy in the graph.example.yaml
2026-06-02 13:58:59 -06:00
Dark-Alex-17
c17db05f39
feat: Refactored the sisyhpus agent system to utilize the new skills system to improve performance and reliability
2026-06-02 13:14:25 -06:00
Dark-Alex-17
a564085449
feat: updated sisyphus and coder tools
2026-06-02 11:13:30 -06:00
Dark-Alex-17
2d5cdb96d2
fix: updated temperature values for all agents and roles
2026-06-02 10:41:20 -06:00
Dark-Alex-17
0facb15e32
feat: rename Loki to Coyote
2026-05-27 12:47:32 -06:00
Dark-Alex-17
dacccbfcf7
feat: Improved coder agent that is now a graph-based agent
2026-05-22 12:57:12 -06:00
Dark-Alex-17
d74c23ccf5
feat: Improved token efficiency when delegating from sisyphus -> coder
2026-03-18 15:07:29 -06:00
Dark-Alex-17
e4df9ec193
feat: modified sisyphus agents to use the new ddg-search MCP server for web searches instead of built-in model searches
2026-03-17 14:55:33 -06:00
Dark-Alex-17
a4f25826e3
fix: Removed top_p parameter from some agents so they can work across model providers
2026-03-10 10:18:38 -06:00
Dark-Alex-17
1e0d269aad
docs: Updated sisyphus README to always include the execute_command.sh tool
2026-02-20 15:06:57 -07:00
Dark-Alex-17
f6b1d408fc
docs: Updated the sisyphus system docs to have a pro-tip of configuring an IDE MCP server to improve performance
2026-02-20 15:01:08 -07:00
Dark-Alex-17
51d10ab2b5
feat: Added web search support to the main sisyphus agent to answer user queries
2026-02-19 12:29:07 -07:00
Dark-Alex-17
1aad750395
refactor: Changed the default session name for Sisyphus to temp (to require users to explicitly name sessions they wish to save)
2026-02-19 10:26:52 -07:00
Dark-Alex-17
6cb93132b7
fix: Added condition to sisyphus to always output a summary to clearly indicate completion
2026-02-18 13:57:51 -07:00
Dark-Alex-17
04126b99d6
fix: Updated the sisyphus prompt to explicitly tell it to delegate to the coder agent when it wants to write any code at all except for trivial changes
2026-02-18 13:51:43 -07:00
Dark-Alex-17
0794eb960d
fix: Added back in the auto_confirm variable into sisyphus
2026-02-18 13:42:39 -07:00
Dark-Alex-17
a7dcb8519b
refactor: Updated the sisyphus agent to use the built-in user interaction tools instead of custom bash-based tools
2026-02-18 12:17:35 -07:00
Dark-Alex-17
59690d045e
feat: Added support for sub-agents to escalate user interaction requests from any depth to the parent agents for user interactions
2026-02-18 11:06:15 -07:00
Dark-Alex-17
344b80872a
fix: Fixed the bash prompt utils so that they correctly show output when being run by a tool invocation
2026-02-17 17:19:42 -07:00
Dark-Alex-17
ddf828ff5f
feat: Experimental update to sisyphus to use the new parallel agent spawning system
2026-02-17 16:33:08 -07:00
Dark-Alex-17
4d4713a9fa
docs: Fixed typos in the Sisyphus documentation
2026-02-16 14:05:51 -07:00
Dark-Alex-17
25008599f9
feat: Added interactive prompting between the LLM and the user in Sisyphus using the built-in Bash utils scripts
2026-02-16 13:57:04 -07:00
Dark-Alex-17
c6a959e2e1
feat: Simplified sisyphus prompt to improve functionality
2026-02-13 18:36:10 -07:00
Dark-Alex-17
4ce7aafcbd
feat: Created the Sisyphus agent to make Loki function like Claude Code, Gemini, Codex, etc.
2026-02-13 15:42:10 -07:00