Skip to content

v1.0.0

Latest

Choose a tag to compare

@gokhantos gokhantos released this 06 Mar 18:36
· 635 commits to master since this release
6fa8cd5

OpenCrow v1.0.0

First public release of the OpenCrow AI Agent Platform.

Features

  • Multi-agent orchestration with 15+ specialized agents
  • 90+ tools (bash, file ops, memory, market, news, etc.)
  • Telegram & WhatsApp channel support
  • Web dashboard with real-time monitoring
  • Vector memory search (Qdrant) with semantic dedup
  • Cron scheduling for autonomous agent tasks
  • 15 autonomous data scrapers (HN, Reddit, X, ProductHunt, ArXiv, etc.)
  • Real-time market streaming (Binance)
  • Idea generation pipeline with rating system
  • PostgreSQL + QuestDB for storage
  • Full CI pipeline (typecheck, unit tests, integration tests, security audit)

Stack

  • Runtime: Bun
  • Web: Hono
  • Frontend: React SPA
  • Database: PostgreSQL via Bun.sql
  • Vector DB: Qdrant
  • AI: Claude (via Agent SDK + OpenRouter)