Releases: hashangit/seepient
Releases · hashangit/seepient
v0.3.2
First public release of Zoe.
Zoe is a skill-driven AI agent — your AI person. A general-purpose assistant that gains new capabilities through skills, where coding is one of the things she does rather than the whole of it. Ships as a CLI (zoe), an SDK (zoe-agent), and a standalone server (zoe-server), all built on a single agent-loop core.
Install
# npm
npm install -g zoe-agent
# Homebrew
brew tap hashangit/zoe
brew install zoe-agentHighlights
- Adapters: CLI (Ink/React TUI + readline REPL), SDK, HTTP+WebSocket server
- Multi-provider LLM: OpenAI, Anthropic, GLM, OpenAI-compatible
- 13 built-in tools across core / comm / advanced / presentation tiers
- File-based skills (YAML frontmatter, multi-source discovery)
- Session persistence, settings management, MCP gateway, middleware pipeline
- Docker-native deployment
License
Business Source License 1.1 — source-available, free for personal/non-commercial and evaluation use; commercial/production use requires a commercial license. Converts to Apache 2.0 on 2028-01-01.
This patch
- Corrected the
package.jsonpath lookup sozoe --versionreports the real version. - Trimmed compiled test files from the published npm tarball (329 -> 267 files).
- Removed the phantom
dist/agent.jsentry from the package manifest.