v0.1.0
agex-ts is now on npm. Eight packages shipped in this inaugural release:
agex-ts— core agent framework@agex-ts/runtime-worker— Web Worker runtime adapter@agex-ts/anthropic,@agex-ts/openai,@agex-ts/gemini— LLM providers@agex-ts/git— agent-view virtual git@agex-ts/kvgit— versioned KV store@agex-ts/termish— async shell parser + filesystem protocol
Install
pnpm add agex-ts @agex-ts/anthropic @agex-ts/runtime-worker→ Quick Start for a walkthrough.
Status
Pre-1.0. Public API is experimental and may change. Core thesis settled; surfaces still narrowing.
Relationship to agex (Python)
agex-ts is a TypeScript port of agex. Same thesis, different runtime — see the README for picking between them.