Skip to content

Releases: CYBERNETIC-BIZ/CyberneticAgents

v0.1.0 — Initial Public Release

Choose a tag to compare

@lgbongiolo lgbongiolo released this 24 Mar 22:07

CyberneticAgents v0.1.0

First public release of CyberneticAgents — a terminal-based multi-agent research system for collaborative stock research.

Highlights

  • 12 Specialized Agents — Analysts, researchers, risk managers, and traders collaborate through a 4-phase pipeline
  • 6 LLM Providers — OpenAI, Anthropic, Google Gemini, xAI Grok, OpenRouter, and Ollama (local)
  • Autonomous Persona Agents — Generate persistent trading agents from research or natural language prompts
  • Lightweight Debate System — Bull vs Bear vs Judge debate on repeat runs
  • Rich Terminal UI — Interactive menus, live dashboard, formatted reports, and two color themes
  • Dual Data Vendors — yfinance (default) and Alpha Vantage
  • Paper Trading & Tracking — SQLite-backed predictions with automatic resolution and P&L calculation
  • One-Line Installgit clone + ./install.sh

Getting Started

git clone https://github.com/CYBERNETIC-BIZ/CyberneticAgents.git
cd CyberneticAgents
./install.sh

Requires Python 3.10+ and at least one LLM provider API key.

Disclaimer: This is research software for educational and experimental purposes only. Not financial advice. See README for full disclaimer.