overview
Agents can call data model functions, service functions, and page functions nativelyโreaching every layer of your application. Learn the four Agent types.
Build a Usable Agent from a Business Task
create-react-agent
Create your first AI Agent. From model selection to prompt writing, get your Agent running in 5 minutes.
create-deep-agent
Create DeepAgent for deep task planning and sub-agent collaboration.
create-flow-agent
Create FlowAgent for visual workflow orchestration.
create-embedded-agent
Create EmbeddedAgent for embedding in third-party web pages.
agent-tool-data-model
Add data models as Agent tools for database operations.
agent-tool-service-function
Add service functions as Agent tools for complex business logic.
agent-tool-page-function
Assign work pages to Agent for frontend UI operations.
agent-tool-management
Manage Agent tool function enablement and disablement.
Use Input and Output Configuration for Stable Agent Calls
Define Agent input variables and output formats so chats and programmatic calls can get stable results.
Install Skills for Agents
Install reusable skill packages into Agents and choose how the Agent selects them at runtime.
agent-knowledge-base
Integrate knowledge bases with Agent for RAG.
agent-web-search
Configure web search and page reading for Agents.
agent-memory
Configure Agent memory system.
agent-file-space
Manage Agent files with three isolation levels: per-Agent, per-User, and per-Organization with persistent storage.
agent-llm-params
Customize LLM invocation parameters for Agents, including temperature, max tokens, reasoning effort, and more.
agent-context
Auto-compress conversation history with summaries to reduce LLM context pressure.
agent-runtime-context
Configure runtime context injection so the Agent is aware of current time, user identity, and role permissions.
agent-privacy
Configure privacy protection rules for Agent.
agent-permissions
Control Agent access permissions.
agent-welcome
Customize Agent welcome message and preset questions.
agent-chat-page
Learn how to access the Agent chat page via URL, directly enter a specific Agent chat, or select an Agent to start a conversation.
agent-runtime-extension
Extend Agent behavior with Python code.
agent-integration
Integrate Agent into your application with frontend and backend function calls, and SSE streaming.
Understand Built-in Agents
Understand the platform's built-in Agents, their task boundaries, and how developers can reuse their design patterns.
ai-development-assistant
Use the AI Development Assistant in the IDE to create and modify JitAI elements.