Skip to main content
A producer is any component (human, agent, feed, rule engine) that creates signals. Producers should:
  • be easy to add/remove
  • be safe to run repeatedly
  • attribute outputs to a contributor identity
Producer concepts show up throughout the repo docs (see docs/tutorial-agent-producer.md and docs/learning-loop.md).
Coming soon: a catalog of built-in producers and recommended defaults.