Skip to content

References

All source documents, links, and reading material referenced across the engagement.

Claude Code & Claude Agent SDK

Model Context Protocol (MCP)

LIFEOSAI

  • LIFEOSAI — multi-agent orchestration substrate. Coordinates agent wakeups, task handoffs, skills, memory, governance, and budgets. Runs 40+ agents across multiple companies in production.
  • Architecture: Postgres-backed orchestration runtime with heartbeat-based wakeups, adapter engine (Claude, OSS-80B, OpenAI), and an office library for institutional memory.
  • The workshop uses LIFEOSAI as the substrate for the 9-agent AI Guardrail Lab.

Paperclip (OSS upstream)

  • Paperclip on GitHub — open-source multi-agent orchestration framework (MIT licence)
  • Same pattern as the LIFEOSAI orchestration engine, available for anyone to use and extend
  • Features: org charts, budgets, governance, bring-your-own-agent (BYOA)

AI Incident & Guardrail References

Agent AI safety & guardrails

MetaWeave

  • MetaWeave HQ — GitHub
  • Agent Companies frameworkagentcompanies/v1 schema for defining multi-agent companies

Engagement artefacts

Glossary

TermDefinition
AgentAn LLM-driven system that observes, reasons, and acts via tools in a loop until a goal is met or a stop condition fires.
Multi-agentMultiple agents coordinated by an orchestration layer — each with its own role, skills, and instructions.
SubstrateThe orchestration runtime that makes agents coordinate — wakeups, handoffs, memory, governance. LIFEOSAI is the substrate.
OfficeA company-level workspace in LIFEOSAI containing a team of agents, their tasks, skills, and shared memory. The AI Guardrail Lab is one office.
GuardrailTechnical, process, and organisational controls that bound the behaviour of an agent system in production.
Fit-GapStructured comparison of an existing system against a reference target (here: modern application architecture + agent-native patterns).
Claude CodeAnthropic’s CLI for Claude — an agent itself that reads, writes, and runs code.
Claude Agent SDKAnthropic’s SDK for building custom agents with Claude — handles the agent loop, tools, and orchestration.
MCPModel Context Protocol — open standard for connecting agents to external tools, data, and systems.
PaperclipOpen-source upstream of the LIFEOSAI orchestration pattern (MIT licence).
DX Promotion GroupNBS internal group responsible for digital transformation budget and approvals.