hyv logo

hyv

blib-la/hyv

Chaining AI & API agents to streamline software development and achieve goals collaboratively.

GraphCanon updated 1w · GitHub synced 1w

24 stars3 forksLast push 2y TypeScript AGPL-3.0

Decision brief

Hyv is designed for developers and teams aiming to integrate multiple AI and API agents using TypeScript. It supports a range of advanced language models including GPT-3 and LLMs like Vicuna.

Good fit when

  • - When working in TypeScript projects that require the chaining and collaboration of various AI agents and APIs.
  • - For developers who wish to leverage specific large language models (LLMs) such as GPT-4 within their software development processes.

Avoid when

  • - If your project is primarily using languages other than TypeScript, Hyv's benefits may not fully apply due to its TypeScript framework focus.
  • - When the integration of proprietary or highly customized AI models not aligned with open-source LLMs like GPT-4 is required.

Observed Jul 12, 2026 · Source: enrich:decision_facts

Verify the decision

Adoption

Package downloads where a registry match exists. GitHub stars (24) are secondary evidence.

npm downloads (30d)
12·npm downloads API·1w

Maintenance and security

Full trust report
Maintenance
Dormant (895d since push)
As of 1w
Provenance
Not a fork · Organization account
As of 1w
Security (OSV)
No lockfile
As of 1mo

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

npm install hyv
npm

Similar tools

Same-category neighbours. No typed graph edges are catalogued for this tool yet.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

A TypeScript-based project that focuses on integrating and chaining various AI and API agents for collaborative software development processes.

Capability facts

MCP server
No MCP server detected

Source: repo_scan · Aug 15, 2026

Languages
typescript, javascript

Source: github.language+package.json · Aug 15, 2026

Categories

Tags

README

Hyv: The Hub for Your AI Models

Welcome to Hyv

Hyv is a versatile library designed to streamline the integration and interaction of diverse AI models. With a clean, intuitive, and unified API, Hyv allows developers to manage and collaborate with various AI models effortlessly.

Get started with Hyv now:

npm i @hyv/core @hyv/openai

Then, provide your apiKey in a .env file

OPENAI_API_KEY=sk-xxxxxxxx

Try this simple example to experience Hyv in action:

import { Agent } from "@hyv/core";
import { GPTModelAdapter, DallEModelAdapter } from "@hyv/openai";

// Create agents
const writer = new Agent(new GPTModelAdapter());
const artist = new Agent(new DallEModelAdapter(), {
    // Preprocess the task
    async before(message) {
        return { images: [{ path: "the-future.png", prompt: message.answer }] };
    },
});

// Assign tasks
const writerResult = await writer.assign({
    question: "Describe the future to an artist so that they can draw it",
});
const artistResult = await artist.assign(writerResult.message);
// Do something with the result
console.log(artistResult.message.content);

Experience the Power of Hyv: Learn through Interaction in 11 Languages!

Dive into Hyv's universe with our interactive, multilingual docs. Powered by Hyv agents and GPT-4, they turn learning into a dynamic experience. Understand Hyv's features by engaging with them in real-time across 11 languages. Simple setup, profound learning. Start your journey with our easy setup guide now!

Explore Hyv

  • Examples: Discover practical applications and use-cases of Hyv.
  • Documentation: Dive deep into detailed guides and extensive documentation.
  • Lingo: Enhance your usage of large language models with Lingo, an efficient pseudo-language.
  • Discord: Join our community, share your work, and learn from others.

Why Choose Hyv?

Hyv is an all-in-one solution for developers:

  • Streamlined Task Management: Handle complex tasks involving multiple AI models seamlessly.
  • Flexible, Plug-and-play Architecture: Integrate Hyv into any tech stack with ease. Adapt it to your specific needs.
  • Broad Compatibility: Hyv supports diverse AI models, offering limitless possibilities.

Embrace the future with Hyv today!

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.