Skip to content

Company-scale AI agent platform — CEO + 10 orchestrators + 50 workers operating as a fully autonomous digital workforce.

Notifications You must be signed in to change notification settings

Alexi5000/TechTideAI2

Repository files navigation

TechTideAI

TechTideAI is a company-scale AI agent platform: a CEO agent, ten orchestrators (including Agent 0), and fifty worker agents operating on a shared execution fabric.

Stack

  • Frontend: React + Vite + Tailwind (shadcn-lite patterns)
  • Backend: Fastify + TypeScript orchestration APIs
  • Agents: Mastra (TypeScript) + Claude Agent SDK scaffolding
  • Python tools: LangGraph + LangChain
  • Database: Supabase (migrations + seed data) + Weaviate (vector search)

Repo structure

  • frontend/ React UI
  • backend/ API + orchestration services
  • database/ Supabase config, migrations, seed data
  • apis/ external provider adapters (OpenAI, Anthropic)
  • agents/ agent specs, skills, tools, Mastra runtime, Python utilities

Quickstart

  1. Install Node 20 and pnpm
  2. pnpm install
  3. pnpm -C backend dev
  4. pnpm -C frontend dev

See docs/DEV_SETUP.md for full details and docs/ARCHITECTURE.md for system boundaries.

About

Company-scale AI agent platform — CEO + 10 orchestrators + 50 workers operating as a fully autonomous digital workforce.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published