Skip to Content
logo

Agentica

Agentic AI Framework specialized in LLM Function Calling enhanced by TypeScript compiler skills

Function Calling

Zero Effort

1
import { Agentica } from "@agentica/core";
2
import typia from "typia";
3
4
const agent = new Agentica({
5
controllers: [
6
await fetch(
7
"https://raw.githubusercontent.com/samchon/shopping-backend/refs/heads/master/packages/api/swagger.json",
8
).then(r => r.json()),
9
typia.llm.application<ShoppingCounselor>(),
10
typia.llm.application<ShoppingPolicy>(),
11
typia.llm.application<ShoppingSearchRag>(),
12
],
13
});
14
await agent.conversate("I wanna buy MacBook Pro");
Validation Feedback
LLM doesn’t always get function parameters right. With validation feedback, it learns from mistakes and improves accuracy. This ensures more reliable and successful function calls.
Swagger
Just upload a Swagger document, and AI will handle API calls. It understands your backend and interacts with it automatically. No extra setup—just seamless AI-powered API execution.
TypeScript Class
Turn your TypeScript classes into AI-powered tools. AI reads your class types and calls the right methods on its own. No extra coding—just connect and start using AI.
MCP Support
Connect AI to external tools with MCP, a widely adopted protocol. Agentica will support MCP combining stability with industry-standard compatibility.

Core Value

Simplicity at scale—AI for every developer.

STRUCTURED

Provides a clear, organized approach to AI-driven function calls. Reduces complexity and keeps your codebase tidy.
ROBUST

Engineered to handle real-world edge cases with reliable validation. Ensures seamless error feedback for worry-free development.
DECLARATIVE

Focus on your agent’s purpose, not the plumbing. No more repetitive code—just define your agent’s capabilities, and let AI handle everything else.

Showcase

This is a minimal full-stack React application of Agentica.

Previous

Agent OS

Next

Autoview