@adminforth/agent
— 周下载量
趋势每日积累 —— 目前仅一个数据点。
项目介绍
Adds a native, tool-calling AI agent to your AdminForth application. The agent lives in a chat panel inside the admin UI, can inspect and mutate your resources through safe API-based tools, streams its answers token-by-token, and keeps persistent chat sessions.
through AdminForth's own API layer, so your access rules and validation still apply.
approve/reject from the user before running.
checkpointer persists full LangGraph state across turns.
For each user message the plugin creates a turn, builds the system prompt (including the list of your resources and available skills), streams the model's output back over SSE, and persists the prompt/response to your turn resource. Tools are…