Plant — narrow Seeds grow in chat

Each user-planted Seed is a narrow agent scoped to a topic. It remembers its own context and builds its own fact graph.

Data sources

  • seedstable
    public.seeds

    Seed metadata, owner, niche, and growth state.

  • seed_messagestable
    public.seed_messages

    Conversation history per Seed.

Pipeline components

  • AgiLab
    src/components/seed/AgiLab.tsx

    Per-seed lab UI.

  • agi.functions.ts
    src/lib/agi.functions.ts

    Server functions powering planting, goals, and learning.

Related views