repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources15d ago| #1 | { |
| #2 | "name": "@nirholas/ai-agents-library", |
| #3 | "version": "1.42.0", |
| #4 | "description": "General Agent Index and library of specialized AI agents for general use, DeFi, portfolio management, yield optimization, trading, and blockchain automation. Supports linting, automated translation, and CI auto-build for seamless plugin discovery via index.json. Github Pages compatible.", |
| #5 | "homepage": "https://github.com/nirholas/ai-agents-library", |
| #6 | "repository": { |
| #7 | "type": "git", |
| #8 | "url": "https://github.com/nirholas/ai-agents-library.git" |
| #9 | }, |
| #10 | "license": "MIT", |
| #11 | "author": "nich <nirholasi@github.io>", |
| #12 | "type": "module", |
| #13 | "main": "public/index.json", |
| #14 | "files": [ |
| #15 | "public" |
| #16 | ], |
| #17 | "scripts": { |
| #18 | "agent-kit:validate": "node ../solana-clawd-agent-kit/scripts/validate-agent-kit.mjs", |
| #19 | "awesome": "bun scripts/commands/build.ts && bun scripts/commands/update-awesome.ts", |
| #20 | "build": "bun scripts/commands/build.ts", |
| #21 | "format": "bun scripts/commands/format.ts", |
| #22 | "i18n:clean": "bun scripts/commands/validate-language.ts --delete", |
| #23 | "i18n:fix": "bun scripts/commands/validate-language.ts --fix", |
| #24 | "i18n:validate": "bun scripts/commands/validate-language.ts", |
| #25 | "lint": "eslint \"scripts/**/*.ts\" --fix", |
| #26 | "lint:i18n": "bun scripts/commands/validate-language.ts", |
| #27 | "lint:md": "remark . --quiet --output", |
| #28 | "prettier": "prettier -c --write \"**/*.{json,ts,md}\"", |
| #29 | "release": "semantic-release", |
| #30 | "submit": "bun scripts/commands/auto-submit.ts", |
| #31 | "test": "bun scripts/commands/test.ts", |
| #32 | "test:locale": "bun scripts/commands/test-locale.ts", |
| #33 | "type-check": "tsc --noEmit" |
| #34 | }, |
| #35 | "dependencies": { |
| #36 | "@solana-clawd/agent-kit": "file:../solana-clawd-agent-kit/packages/agent-kit", |
| #37 | "@solana-clawd/agent-registry": "file:../solana-clawd-agent-kit/packages/agent-registry" |
| #38 | }, |
| #39 | "devDependencies": { |
| #40 | "@lobehub/lint": "^1.25.5", |
| #41 | "@octokit/rest": "^20.1.1", |
| #42 | "@types/fs-extra": "^11.0.4", |
| #43 | "@types/lodash-es": "^4.17.12", |
| #44 | "@types/node": "^20.17.16", |
| #45 | "@yutengjing/eld": "^0.0.2", |
| #46 | "consola": "^3.4.0", |
| #47 | "dayjs": "^1.11.13", |
| #48 | "dirty-json": "^0.9.2", |
| #49 | "dotenv": "^16.4.7", |
| #50 | "eslint": "^8.57.1", |
| #51 | "fs-extra": "^11.3.0", |
| #52 | "gpt-tokenizer": "^3.0.0", |
| #53 | "lodash-es": "^4.17.21", |
| #54 | "openai": "^5.1.1", |
| #55 | "p-map": "^7.0.3", |
| #56 | "prettier": "^3.4.2", |
| #57 | "remark": "^15.0.1", |
| #58 | "remark-cli": "^12.0.1", |
| #59 | "remark-pangu": "^2.2.0", |
| #60 | "semantic-release": "^21.1.2", |
| #61 | "typescript": "^5.7.3", |
| #62 | "zod": "^3.24.1", |
| #63 | "zod-to-json-schema": "^3.24.1" |
| #64 | }, |
| #65 | "publishConfig": { |
| #66 | "access": "public", |
| #67 | "registry": "https://registry.npmjs.org" |
| #68 | } |
| #69 | } |
| #70 | |
| #71 |