Skip to content

Releases: apoet/Agent4API

Release list

v0.2.0

Choose a tag to compare

@apoet apoet released this 24 Jul 18:19

Core Features

One‑click import of Swagger 2.0 / OpenAPI 3.x documentation.

Automatically reorganise APIs into runnable Tools, Skills, and Agents.

Generated outputs are ready for use in standalone Chat, Embedded Chat, MCP, and OpenAI / Anthropic‑compatible interfaces.

Existing API sources support one‑click regeneration without re‑uploading the documentation.

One‑Click Generation Wizard

A four‑step wizard: Source & Model → Capability Scope → Analysis & Generation → Generation Results.

Select which system capabilities to recognise, proactively excluding sensitive or irrelevant ones.

Add custom priority capabilities (e.g., order fulfilment, risk review).

Automatically identify, merge, and deduplicate business capabilities—rather than mechanically generating a Skill per endpoint.

For large APIs, analyse by business domain and perform a global capability consolidation at the final stage.

Generate up to 20 core Skills and 10 Agents per run.

v0.1.0

Choose a tag to compare

@apoet apoet released this 23 Jul 18:32

The idea is “APIs In. Agents Out.” Import an API definition once, review and enable the generated tools, organize them into reusable skills, and attach ordered skills to independently configured agents.

The same deployment can then expose:

• MCP tools• OpenAI-compatible /v1/chat/completions• Anthropic-compatible /v1/messages• Built-in browser chat• An embeddable chat widget

It is a self-hosted FastAPI/Vue application backed by SQLite, with Docker deployment and English/Simplified Chinese administration interfaces.