Dark-Alex-17
|
920a14cabe
|
fix: Removed the unnecessary execute_commands tool from the oracle agent
|
2026-02-19 14:18:16 -07:00 |
|
Dark-Alex-17
|
58bdd2e584
|
fix: Added auto_confirm to the coder agent so sub-agent spawning doesn't freeze
|
2026-02-19 14:15:42 -07:00 |
|
Dark-Alex-17
|
ce6f53ad05
|
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
|
96f8007d53
|
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
|
32a55652fe
|
fix: Fixed a bug in the new supervisor and todo built-ins that was causing errors with OpenAI models
|
2026-02-18 14:52:57 -07:00 |
|
Dark-Alex-17
|
2b92e6c98b
|
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
|
cfa654bcd8
|
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
|
d0f5ae39e2
|
fix: Added back in the auto_confirm variable into sisyphus
|
2026-02-18 13:42:39 -07:00 |
|
Dark-Alex-17
|
2bb8cf5f73
|
fix: Removed the now unnecessary is_stale_response that was breaking auto-continuing with parallel agents
|
2026-02-18 13:36:25 -07:00 |
|
Dark-Alex-17
|
fbac446859
|
style: Applied formatting to the function module
|
2026-02-18 13:20:18 -07:00 |
|
Dark-Alex-17
|
f91cf2e346
|
build: Upgraded to the most recent version of rmcp
|
2026-02-18 12:28:52 -07:00 |
|
Dark-Alex-17
|
b6b33ab7e3
|
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
|
c1902a69d1
|
feat: Created a CodeRabbit-style code-reviewer agent
|
2026-02-18 12:16:59 -07:00 |
|
Dark-Alex-17
|
812a8e101c
|
docs: Updated the docs to include details on the new agent spawning system and built-in user interaction tools
|
2026-02-18 12:16:29 -07:00 |
|
Dark-Alex-17
|
655ee2a599
|
fix: Bypassed enabled_tools for user interaction tools so if function calling is enabled at all, the LLM has access to the user interaction tools when in REPL mode
|
2026-02-18 11:25:25 -07:00 |
|
Dark-Alex-17
|
128a8f9a9c
|
feat: Added configuration option in agents to indicate the timeout for user input before proceeding (defaults to 5 minutes)
|
2026-02-18 11:24:47 -07:00 |
|
Dark-Alex-17
|
b1be9443e7
|
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
|
7b12c69ebf
|
feat: built-in user interaction tools to remove the need for the list/confirm/etc prompts in prompt tools and to enhance user interactions in Loki
|
2026-02-18 11:05:43 -07:00 |
|
Dark-Alex-17
|
69ad584137
|
fix: When parallel agents run, only write to stdout from the parent and only display the parent's throbber
|
2026-02-18 09:59:24 -07:00 |
|
Dark-Alex-17
|
313058e70a
|
refactor: Cleaned up some left-over implementation stubs
|
2026-02-18 09:13:39 -07:00 |
|
Dark-Alex-17
|
ea96d9ba3d
|
fix: Forgot to implement support for failing a task and keep all dependents blocked
|
2026-02-18 09:13:11 -07:00 |
|
Dark-Alex-17
|
7884adc7c1
|
fix: Clean up orphaned sub-agents when the parent agent
|
2026-02-18 09:12:32 -07:00 |
|
Dark-Alex-17
|
948466d771
|
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
|
3894c98b5b
|
feat: Experimental update to sisyphus to use the new parallel agent spawning system
|
2026-02-17 16:33:08 -07:00 |
|
Dark-Alex-17
|
5e9c31595e
|
fix: Forgot to automatically add the bidirectional communication back up to parent agents from sub-agents (i.e. need to be able to check inbox and send messages)
|
2026-02-17 16:11:35 -07:00 |
|
Dark-Alex-17
|
39d9b25e47
|
feat: Added an agent configuration property that allows auto-injecting sub-agent spawning instructions (when using the built-in sub-agent spawning system)
|
2026-02-17 15:49:40 -07:00 |
|
Dark-Alex-17
|
b86f76ddb9
|
feat: Auto-dispatch support of sub-agents and support for the teammate pattern between subagents
|
2026-02-17 15:18:27 -07:00 |
|
Dark-Alex-17
|
7f267a10a1
|
docs: Initial documentation cleanup of parallel agent MVP
|
2026-02-17 14:30:28 -07:00 |
|
Dark-Alex-17
|
cdafdff281
|
fix: Agent delegation tools were not being passed into the {{__tools__}} placeholder so agents weren't delegating to subagents
|
2026-02-17 14:19:22 -07:00 |
|
Dark-Alex-17
|
60ad83d6d9
|
feat: Full passive task queue integration for parallelization of subagents
|
2026-02-17 13:42:53 -07:00 |
|
Dark-Alex-17
|
44c03ccf4f
|
feat: Implemented initial scaffolding for built-in sub-agent spawning tool call operations
|
2026-02-17 11:48:31 -07:00 |
|
Dark-Alex-17
|
af933bbb29
|
feat: Initial models for agent parallelization
|
2026-02-17 11:27:55 -07:00 |
|
Dark-Alex-17
|
1f127ee990
|
docs: Fixed typos in the Sisyphus documentation
|
2026-02-16 14:05:51 -07:00 |
|
Dark-Alex-17
|
88a9a7709f
|
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 |
|
github-actions[bot]
|
e8d92d1b01
|
chore: bump Cargo.toml to 0.2.0
|
2026-02-14 01:41:41 +00:00 |
|
github-actions[bot]
|
ddbfd03e75
|
bump: version 0.1.3 → 0.2.0 [skip ci]
|
2026-02-14 01:41:29 +00:00 |
|
Dark-Alex-17
|
d1c7f09015
|
feat: Simplified sisyphus prompt to improve functionality
|
2026-02-13 18:36:10 -07:00 |
|
Dark-Alex-17
|
d2f8f995f0
|
feat: Supported the injection of RAG sources into the prompt, not just via the .sources rag command in the REPL so models can directly reference the documents that supported their responses
|
2026-02-13 17:45:56 -07:00 |
|
Dark-Alex-17
|
5ef9a397ca
|
docs: updated the tools documentation to mention the new fs_read, fs_grep, and fs_glob tools
|
2026-02-13 16:53:00 -07:00 |
|
Dark-Alex-17
|
325ab1f45e
|
docs: updated the default configuration example to have the new fs_read, fs_glob, fs_grep global functions
|
2026-02-13 16:23:49 -07:00 |
|
Dark-Alex-17
|
4cfaa2dc77
|
docs: Updated the docs to mention the new agents
|
2026-02-13 15:42:28 -07:00 |
|
Dark-Alex-17
|
6abe2c5536
|
feat: Created the Sisyphus agent to make Loki function like Claude Code, Gemini, Codex, etc.
|
2026-02-13 15:42:10 -07:00 |
|
Dark-Alex-17
|
03cfd59962
|
feat: Created the Oracle agent to handle high-level architectural decisions and design questions about a given codebase
|
2026-02-13 15:41:44 -07:00 |
|
Dark-Alex-17
|
4d7d5e5e53
|
feat: Updated the coder agent to be much more task-focused and to be delegated to by Sisyphus
|
2026-02-13 15:41:11 -07:00 |
|
Dark-Alex-17
|
3779b940ae
|
feat: Created the explore agent for exploring codebases to help answer questions
|
2026-02-13 15:40:46 -07:00 |
|
Dark-Alex-17
|
d2e541c5c0
|
docs: Updated todo-system docs
|
2026-02-13 15:13:37 -07:00 |
|
Dark-Alex-17
|
621c90427c
|
feat: Use the official atlassian MCP server for the jira-helper agent
|
2026-02-13 14:56:42 -07:00 |
|
Dark-Alex-17
|
486001ee85
|
feat: Created fs_glob to enable more targeted file exploration utilities
|
2026-02-13 13:31:50 -07:00 |
|
Dark-Alex-17
|
c7a2ec084f
|
feat: Created a new tool 'fs_grep' to search a given file's contents for relevant lines to reduce token usage for smaller models
|
2026-02-13 13:31:20 -07:00 |
|
Dark-Alex-17
|
d4e0d48198
|
feat: Created the new fs_read tool to enable controlled reading of a file
|
2026-02-13 13:30:53 -07:00 |
|