JSPM

tycono

0.1.36
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2945
  • Score
    100M100P100Q127454F
  • License MIT

Build an AI company. Watch them work.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tycono) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Tycono — AI Office

    tycono

    Build an AI company. Watch them work.

    npm version license node version

    Website · Quick Start · How It Works · Contributing


    tycono is an open-source platform that lets you create and run an AI-powered organization. Define roles (CTO, PM, Engineer...), assign them AI agents, and watch them collaborate through a real-time dashboard.

    Quick Start

    mkdir my-company && cd my-company
    npx tycono

    That's it. A setup wizard guides you through creating your company, then your browser opens to a live dashboard showing your AI team at work.

    Why Tycono?

    Single AI Agent Tycono
    Structure One agent, one context Multiple roles with org hierarchy
    Knowledge Loses context between sessions Persistent, file-based knowledge system (AKB)
    Authority Can do anything Scoped — each role has boundaries
    Delegation Manual prompt chaining Automatic dispatch through org chart
    Visibility Terminal output Real-time isometric office dashboard

    What You Get

    • Role-based AI agents — Each role has its own persona, authority scope, and knowledge boundaries
    • Org hierarchy — Roles report to each other. CTO dispatches to Engineers. PM coordinates with Design.
    • Real-time dashboard — Watch your AI team work in an isometric pixel-art office
    • Knowledge management — Automatic document routing, cross-linking, and Hub-based organization
    • Local-first — Everything runs on your machine. Your data stays yours.
    • BYOK — Bring your own Anthropic API key. No middleman.

    Tycono Dashboard

    Requirements

    Team Templates

    During setup, pick a template or build your own:

    Template Roles Best For
    Startup CTO + PM + Engineer Product development
    Research Lead Researcher + Analyst + Writer Analysis & reports
    Agency Creative Director + Designer + Developer Client projects
    Custom Start empty, hire as you go Full control

    How It Works

    You (CEO)
      └── Give instructions via dashboard
            └── Context Engine routes to the right Role
                  └── Role reads its knowledge, executes with authority
                        └── Results flow back up the org chart

    Every role has:

    • role.yaml — Identity, authority, knowledge scope
    • SKILL.md — Tools and capabilities
    • profile.md — Public-facing description
    • journal/ — Work history

    Your Company Structure

    your-company/
    ├── CLAUDE.md           ← AI entry point (auto-managed)
    ├── company/            ← Mission, vision, values
    ├── roles/              ← AI role definitions
    ├── projects/           ← Product specs and tasks
    ├── architecture/       ← Technical decisions
    ├── operations/         ← Standups, decisions, waves
    ├── knowledge/          ← Domain knowledge
    └── .tycono/            ← Config and preferences

    CLI Usage

    npx tycono              # Start server + open dashboard
    npx tycono --help       # Show help
    npx tycono --version    # Show version

    Environment Variables

    Variable Description Default
    ANTHROPIC_API_KEY Your Anthropic API key
    PORT Server port auto-detect
    COMPANY_ROOT Company directory current directory

    Development

    git clone https://github.com/seongsu-kang/tycono.git
    cd tycono
    npm install
    cd src/api && npm install && cd ../..
    cd src/web && npm install && cd ../..
    
    # Dev mode (hot reload)
    npm run dev
    
    # Type check
    npm run typecheck

    Contributing

    See CONTRIBUTING.md for guidelines.

    Get Help

    License

    MIT


    Built with tycono. An AI company that builds itself.