feat: Created the Oracle agent to handle high-level architectural decisions and design questions about a given codebase

This commit is contained in:
2026-02-13 15:41:44 -07:00
parent 4d7d5e5e53
commit 03cfd59962
3 changed files with 230 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Oracle
An AI agent specialized in high-level architecture, complex debugging, and design decisions.
This agent is designed to be delegated to by the **[Sisyphus](../sisyphus/README.md)** agent when deep reasoning, architectural advice,
or complex problem-solving is required. Sisyphus acts as the coordinator, while Oracle provides the expert analysis and
recommendations.
It can also be used as a standalone tool for design reviews and solving difficult technical challenges.
## Features
- 🏛️ System architecture and design patterns
- 🐛 Complex debugging and root cause analysis
- ⚖️ Tradeoff analysis and technology selection
- 📝 Code review and best practices advice
- 🧠 Deep reasoning for ambiguous problems