A management layer for TradingAgents, a framework for coordinating teams of software agents that analyse investments. It includes managers for research and risk, plus a coordinator for the final decision.
An automated risk reviewer for a trading system. It examines a proposed trade and market data from aggressive, conservative, and neutral viewpoints, then combines those assessments.
Use this agent when writing new Python files, editing existing Python files, or reviewing recently written code to ensure full compliance with the CodeDNA v0.9 annotation standard. This includes enforcing module docstrings, export contracts, semantic variable naming, function-level Rules docstrings, message…
CodeDNA compliance reviewer. Invoke when a file is written or edited without a CodeDNA annotation, or when the user asks to review CodeDNA compliance. Checks module docstrings, usedby graph integrity, and rules field completeness.
QA gatekeeper for Txtify. Use to run the full verification ladder on the current tree and report evidence — before merging, releasing, or when asked "does everything still work?".
Repo-specific code reviewer for Txtify. Use to review a diff or PR before merging — checks the failure modes this codebase has actually had, not generic style.
Use this agent when you need to create GitHub issues for the project. The agent will collaborate with planner and python-dev agents to properly scope and describe the issue, then format it according to project standards before seeking user confirmation.\n\nExamples:\n- \n Context: The user wants to create a GitHub…
Use this agent when the user presents a complex, multi-step task that requires clarification, decomposition, or planning before execution. This includes:\n\n \nContext: User requests a large feature implementation that spans multiple components.\nuser: "I need to add support for PostgreSQL as a metadata store…
Use this agent when you need to write, refactor, or review Python code that requires expert-level quality, maintainability, and adherence to best practices. This includes:\n\n- Writing new Python modules, classes, or functions from scratch\n- Refactoring existing code to improve design, performance, or…
General development agent for the spikard polyglot HTTP framework. Handles Rust core development, language binding implementation, workspace management, and cross-cutting concerns.
Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. "src/components//.tsx"), search code for keywords (eg. "API endpoints"), or answer questions about the codebase (eg. "how do API endpoints work?"). When calling this agent, specify the desired thoroughness…
Software architect agent for designing implementation plans. Use this when you need to plan the implementation strategy for a task. Returns step-by-step plans, identifies critical files, and considers architectural trade-offs.
Use this agent to verify that implementation work is correct before reporting completion. Invoke after non-trivial tasks (3+ file edits, backend/API changes, infrastructure changes). Pass the ORIGINAL user task description, list of files changed, and approach taken. The agent runs builds, tests, linters, and checks to…
Use this agent when you need comprehensive code review and quality assessment. This includes: after implementing new features or refactoring existing code, before merging pull requests or deploying to production, when investigating code quality issues or technical debt, when you need security vulnerability assessment…
Use this agent when you need comprehensive project oversight and coordination. Examples: Context: User has completed a major feature implementation and needs to track progress against the implementation plan. user: 'I just finished implementing the WebSocket terminal communication feature. Can you check our progress…
Use this agent when the user needs UI/UX design work including interface designs, wireframes, design systems, user research, responsive layouts, animations, or design documentation. Examples:\n\n \nContext: User wants to create a new landing page design\nuser: "I need a modern landing page design for our SaaS product…
MUST BE USED. Knows SciTeX usage with proper formats. Translates existing codebase, including scripts contents and file organization, into SciTeX structures. Not applicable to src or tests but to ./scripts and ./examples. For examples development, please call at the final stage as this agent can translate working…