feros
Overview

Repository Structure

Monorepo layout and component responsibilities in github.com/ferosai/feros.

Repository Structure

Key Directories

  • studio/web: Next.js dashboard and agent-builder UI
  • studio/api: FastAPI control plane (agents, builder, settings, integrations, calls, evaluations)
  • voice/server: Rust telephony gateway and browser-session router
  • voice/engine: Rust runtime core for streaming STT/LLM/TTS orchestration
  • integrations: Credential encryption, secret resolution, token refresh, provider registry
  • inference: Optional self-hosted STT/TTS inference services
  • proto: Shared protobuf contracts

On this page