Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# `@samchon/openapi`

> **This repository has been archived and is no longer maintained.**
>
> All functionality has been merged into [`typia`](https://github.com/samchon/typia) as built-in namespace modules.
>
> - OpenAPI → LLM function calling: [`@typia/utils` HTTP LLM](https://typia.io/docs/llm/http/)
> - TypeScript class → LLM function calling: [`typia.llm.application()`](https://typia.io/docs/llm/application/)
> - LLM JSON utilities: [`@typia/utils` LLM JSON](https://typia.io/docs/llm/json/)
> - MCP integration: [`@typia/mcp`](https://typia.io/docs/utilization/mcp/)
> - Vercel AI SDK: [`@typia/vercel`](https://typia.io/docs/utilization/vercel/)
> - LangChain: [`@typia/langchain`](https://typia.io/docs/utilization/langchain/)

```mermaid
flowchart TB
subgraph "OpenAPI Specification"
Expand Down
Loading