@adminforth/agent
Trend accrues daily — one point so far.
About
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…
Excerpted from www.npmjs.com/package/@adminforth/agent