Skip to content

Commit 3a5dd1e

Browse files
committed
2 parents ea43560 + 6607216 commit 3a5dd1e

3 files changed

Lines changed: 136 additions & 8 deletions

File tree

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# AdminForth Agent Plugin
2+
3+
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" /> <img src="https://woodpecker.devforth.io/api/badges/3848/status.svg" alt="Build Status" /> <a href="https://www.npmjs.com/package/@adminforth/agent"><img src="https://img.shields.io/npm/dm/@adminforth/agent" alt="npm downloads" /></a> <a href="https://www.npmjs.com/package/@adminforth/agent"><img src="https://img.shields.io/npm/v/@adminforth/agent" alt="npm version" /></a>
4+
5+
[![Ask AI](https://tluma.ai/badge)](https://tluma.ai/ask-ai/devforth/adminforth)
6+
7+
Adds a native AI agent to your AdminForth application.
8+
9+
## Features
10+
11+
- Connect AdminForth with native AI agent workflows.
12+
- Expose API-based tools to agent-driven tasks.
13+
- Extend back-office operations with custom agent actions.
14+
- Keep agent capabilities close to your admin logic.
15+
16+
## Documentation
17+
18+
Full setup and configuration guide:
19+
20+
[AdminForth Agent Documentation](https://adminforth.dev/docs/tutorial/Plugins/agent/)
21+
22+
## About AdminForth
23+
24+
AdminForth is an open-source, agent-first admin framework for building robust admin panels and back-office applications faster.
25+
26+
## Related links
27+
28+
- [AdminForth website](https://adminforth.dev)
29+
- [npm package](https://www.npmjs.com/package/@adminforth/agent)
30+
- [More AdminForth plugins](https://adminforth.dev/docs/tutorial/ListOfPlugins/)
31+
- [Built by DevForth](https://devforth.io)

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,25 @@
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",
7+
"homepage": "https://adminforth.dev/docs/tutorial/Plugins/agent/",
78
"publishConfig": {
89
"access": "public"
910
},
1011
"scripts": {
1112
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/"
1213
},
13-
"keywords": [],
14+
"keywords": [
15+
"adminforth",
16+
"ai-agent",
17+
"tool-calling",
18+
"chat-ui",
19+
"langgraph",
20+
"llm",
21+
"session-memory"
22+
],
1423
"author": "",
1524
"license": "ISC",
16-
"description": "",
25+
"description": "AI agent plugin for AdminForth with tool-based workflows and persistent chat sessions",
1726
"devDependencies": {
1827
"@types/node": "latest",
1928
"semantic-release": "^24.2.1",
@@ -25,7 +34,7 @@
2534
"@langchain/langgraph": "^1.2.8",
2635
"@langchain/langgraph-checkpoint": "^1.0.1",
2736
"@langchain/openai": "^1.4.4",
28-
"adminforth": "2.27.0-next.47",
37+
"adminforth": "2.42.0",
2938
"dayjs": "^1.11.20",
3039
"langchain": "^1.3.3",
3140
"yaml": "^2.8.3",

pnpm-lock.yaml

Lines changed: 93 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)