Blackgeorge Docs¶
Blackgeorge is a code-first agent framework built around three primitives: Desk, Worker, and Workforce. It focuses on clear APIs, structured outputs, tool safety, and pause/resume flows.
If you want a fast start, read the quickstart first. If you want to understand how the system works, read Concepts and then the component guides.
Start here¶
- Quickstart: install and run your first worker
- Concepts: the mental model and core primitives
Component guides¶
- Desk: orchestration, configuration, run/resume
- Worker: single-agent execution loop
- Workforce: multi-worker coordination
- Workflow: multi-step flows
- Tools: tool definition, validation, and execution
- Events and streaming: event bus and runtime signals
- Storage: run store and run state
- Memory: memory stores and scopes
- Adapters: model adapters and structured output integration
- Core types: Job, Report, Message, ToolCall, PendingAction
Examples and development¶
- Examples: the coding agent walkthrough
- Development: tests, lint, and type checking