Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Solutions

Agent-driven, end-to-end examples. A solution is not "this package mounts" — that is what modules/ proves. A solution is an agent doing a job a person would otherwise do, against real infrastructure.

Solution What it does
inbox-triage An agent reads a mounted @corbits/mailbox-core inbox and stamps priority / classification / status onto the rows
engineering-agent-team A downloadable multi-agent team (Markdown agent + skill definitions) you drop into a repo. Not a runnable program — see its README

Running them

bun install       # from the repo root
bun run start     # from the solution's directory

Solutions need inference, and they take it entirely from the environment — no default provider, endpoint or model. Configure one against a local server or a hosted vendor per the root README; @corbits/example-kit in each solution is the whole resolver.

inbox-triage also needs the Postgres described in the modules README.