Tamagotchi-style CLI for AI design teams — hire agents with personalities, they remember your brand and grow with use.
Agent personality engine, emotional model, memory, relationships, and swarm orchestration for AI design teams
Design Team adapter that dispatches tasks directly to the Anthropic Messages API. The autonomous-mode adapter — no Claude Code, no human required. Reports token cost for budget tracking.
Design Team adapter that runs tasks against Efecto's design session API. Creates a session, returns the design URL as the task artifact. The agency-shaped adapter — binds Design Team's personality/memory engine to real design work.
Shared types + registry helpers that every Design Team adapter implements. See adapter-plugin.md in the monorepo root for the full spec.
Design Team adapter that dispatches tasks to the local OpenAI codex CLI. Mirror of adapter-claude-cli built on the shared `runSubprocess` helper — proof that the adapter-utils extraction scales to any CLI-wrapping runtime.
Design Team adapter that executes each task by running a configured local shell script. Useful for testing the adapter contract end-to-end without an LLM dependency, and for workflows where a task boils down to 'run this command'.
Design Team adapter that dispatches each task to the local `claude` CLI. Builds a prompt from agent personality + team memory + user profile + task brief, captures stdout as the deliverable.