#86 · Primary category: LLM Application Frameworks
nestia
NestJS Helper + AI Chatbot Development
Project last updated:08/25/26
GitHub Stars
2.2K
Forks
125
Contributors
52
License
MIT
Why we included this project
Teams already running NestJS backends get a fairly direct route from their existing typed API to both a client SDK and an LLM assistant. You write ordinary TypeScript controllers, and nestia reads those types to generate a type-safe fetch SDK, a fuller Swagger document, and a mockup simulator for frontend work. On the AI side, the same Swagger document feeds @agentica, which turns it into LLM function calling, so users can get answers by talking to the backend instead of clicking through the UI. The typia-based validation loop is the part worth noticing: it catches the type-level mistakes LLMs tend to make when composing function arguments and retries with detailed errors, which makes the agent noticeably more reliable. If you want a chatbot that actually calls your real endpoints rather than a standalone chat wrapper, this gives you a workable path from controller to agent.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform