Quartermaster — modular AI agent orchestration framework. Install this to get all packages.
Project description
Quartermaster SDK
Modular AI agent orchestration framework by MindMade.
Quartermaster lets you build AI agent workflows as directed graphs — define nodes (LLM calls, decisions, user input, tools), connect them with edges, and execute them with a pluggable engine.
Quick Install
# Core framework (graph + providers + tools + nodes + engine)
pip install quartermaster-sdk
# With OpenAI
pip install quartermaster-sdk[openai]
# With everything (all providers, all tools, MCP client, code runner)
pip install quartermaster-sdk[all]
Quick Start
from quartermaster_sdk import Graph
agent = (
Graph("My Agent")
.start()
.user("What can I help you with?")
.instruction("Respond", model="gpt-4o", system_instruction="You are a helpful assistant.")
.end()
)
Packages
| Package | Description |
|---|---|
quartermaster-graph |
Graph schema, builder API, validation |
quartermaster-providers |
LLM provider abstraction (OpenAI, Anthropic, Google, Groq, local) |
quartermaster-tools |
Tool definition, registry, built-in tools |
quartermaster-nodes |
Node execution protocols and implementations |
quartermaster-engine |
Flow execution, traversal, memory, streaming |
quartermaster-mcp-client |
MCP protocol client (standalone) |
quartermaster-code-runner |
Docker sandboxed code execution (standalone) |
Documentation
See the docs/ directory:
License
Apache 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quartermaster_sdk-0.1.4.tar.gz.
File metadata
- Download URL: quartermaster_sdk-0.1.4.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff47730b76b6418af257a2cbf13e5f919a52f99703e80499151ec2ec61e01d95
|
|
| MD5 |
98b8e6e6e9f4d402d94009bfd4f9d874
|
|
| BLAKE2b-256 |
f37c01e8a677e99db54a7810f7055d9eae035ec434a1b2282b2f19268949e34d
|
File details
Details for the file quartermaster_sdk-0.1.4-py3-none-any.whl.
File metadata
- Download URL: quartermaster_sdk-0.1.4-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a82e16c3011983c63969cee29050fc0095599b48cf023a9bc8fee0cb0f825a36
|
|
| MD5 |
c3c9b068c096cbcda491ad268a365bc2
|
|
| BLAKE2b-256 |
6fcdeeb09a3dfa2874904e499deac49fa4c7e330bf337bdf1204acfc4191c6bc
|