Getting started
Three steps to a running body.1. Pick a package
@srk0102/plexa. It includes everything in scp-protocol plus orchestration.
2. Get a brain (optional)
The bundled examples fall back to a stub brain that rotates through sensible actions, so you can run them without any LLM. To use a real brain locally:ANTHROPIC_API_KEYforAnthropicBrain.- AWS credentials in the standard chain for
BedrockBrain.
3. Run an example
Where to go next
| You want | Page |
|---|---|
| Understand the three layers | SCP: How it works |
| Write your own body | SCP: Adapter guide |
| Coordinate several bodies | Plexa: How it works |
| Add safety rules and approval | Plexa: Safety |
| Make memory survive restarts | Plexa: Memory |
| API surface | SCP API, Plexa API |