Skip to main content
0
Z

Zypher Agent

A minimal yet powerful framework for creating AI agents with full control over tools, providers, and

Rating

0.0

Votes

0

score

Downloads

0

total

Price

Free

Sign in with your account

Works With

Claude CodeCursorWindsurfVS CodeDeveloper tool

About

Zypher Agent

Production-ready AI agents that live in your applications

](https://github.com/corespeed-io/zypher-agent/actions/workflows/build.yml) [

Features

  • Agent, Not Workflow: Reactive loop where the agent dynamically decides

next steps based on LLM reasoning.

  • Git-Based Checkpoints: Track, review, and revert agent changes with

built-in checkpoint management

  • Extensible Tool System: Built-in tools for file operations, search, and

terminal commands with support for custom tools

  • Model Context Protocol (MCP): Native support for MCP servers with OAuth

authentication

  • Multi-Provider Support: Works with Anthropic Claude and OpenAI GPT models

through a unified interface

  • Loop Interceptor System: Customize agent behavior with extensible

post-inference interceptors

  • Production-Ready: Configurable timeouts, concurrency protection, and

comprehensive error handling

Quick Start

Installation

[!NOTE] Support for npm coming soon.

#### Using JSR

bash
deno add jsr:@zypher/agent

SDK Usage

typescript
import { createZypherAgent } from "@zypher/agent";
import { createFileSystemTools } from "@zypher/agent/tools";
import { eachValueFrom } from "rxjs-for-await";

const agent = await createZypherAgent({
  model: "claude-sonnet-4-5-20250929", // Or use ModelProvider for advanced options
  tools: [...createFileSystemTools()],
  mcpServers: ["@modelcontextprotocol/sequentialthinking-server"],
});

// Run task with streaming
const taskEvents = agent.runTask("Implement authentication middleware");

for await (const event of eachValueFrom(taskEvents)) {
  console.log(event);
}

See our documentation for full usage examples and API reference.

License

Licensed under the Apache License, Version 2.0. See LICENSE.md for details.

Resources

API Reference

Built with ♥️ by CoreSpeed

Don't lose this

Three weeks from now, you'll want Zypher Agent again. Will you remember where to find it?

Save it to your library and the next time you need Zypher Agent, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.

⚡ Pro tip for geeks: add a-gnt 🤵🏻‍♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.

🤵🏻‍♂️

a-gnt's Take

Our honest review

This plugs directly into your AI and gives it new abilities it didn't have before. A minimal yet powerful framework for creating AI agents with full control over tools, providers, and. Once connected, just ask your AI to use it. It's completely free and works across most major AI apps. This one just landed in the catalog — worth trying while it's fresh.

Tips for getting started

1

Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.

2

You'll sign in with your existing account the first time. After that, it just works.

What's New

Version 1.0.06 days ago

Imported from GitHub

Ratings & Reviews

0.0

out of 5

0 ratings

No reviews yet. Be the first to share your experience.