Tagged "agent-runtime"
3 articles
- obi-jam Build Your Own Agent Harness: A Layer-by-Layer Primer How to build an always-on AI agent runtime from scratch — transport, personality, LLM routing, skills, memory, and uptime — by validating one layer at a time.
- obi-jam Keep Your Agent Runtime Under 400 Lines If you can't diagnose a problem in your agent runtime in 30 minutes, your codebase is too big. Simplicity is a reliability feature.
- obi-jam Make Your Agent Transport a Swappable Layer Define a transport interface once. Discord today, iMessage tomorrow. Your orchestrator should never know which wire it's talking through.