BEAM-Native
Built on Elixir/OTP. GenServer, DynamicSupervisor, Registry, ETS — not wrappers. The actor model is a natural fit for multi-agent orchestration.
BEAM-Native
Built on Elixir/OTP. GenServer, DynamicSupervisor, Registry, ETS — not wrappers. The actor model is a natural fit for multi-agent orchestration.
Parallel Everything
Psychonauts run concurrently. Tools execute in parallel. Sub-psychonauts spawn on demand. The BEAM gives us this for free.
Self-Extending
Psychonauts create new psychonauts and tools at runtime. Natural language descriptions become real Elixir modules. All under Tether grounding.
Near-Zero Deps
Four runtime dependencies: jason, mint, castore, toml. Everything else is OTP primitives and raw ANSI escape codes.