gpt-maa-ts
Version:
A TypeScript client for submitting AgentDefinitions and user prompt to a gpt-multi-atomic-agents REST API, to generate supported mutations.
60 lines (59 loc) • 1.52 kB
JSON
{
"name": "gpt-maa-ts",
"version": "0.5.4",
"description": "A TypeScript client for submitting AgentDefinitions and user prompt to a gpt-multi-atomic-agents REST API, to generate supported mutations.",
"scripts": {
"test": "test",
"build": "pkgroll"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.cts",
"exports": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},
"repository": {
"type": "git",
"url": "git@github.com:mrseanryan//gpt-multi-atomic-agents.git"
},
"type": "module",
"keywords": [
"ai",
"artificial-intelligence",
"multi-agent",
"openai",
"multi-agent-systems",
"openai-api",
"large-language-models",
"llm",
"genai",
"genai-chatbot",
"function-calling"
],
"author": "Sean Ryan <mr.sean.ryan(at)gmail.com> (at)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrseanryan/gpt-multi-atomic-agents/issues"
},
"homepage": "https://github.com/mrseanryan/gpt-multi-atomic-agents#readme",
"devDependencies": {
"@types/node": "^22.10.1",
"pkgroll": "^2.5.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"dependencies": {
"@inquirer/prompts": "^7.2.0",
"@microsoft/kiota-bundle": "^1.0.0-preview.77",
"cli-spinners": "^3.2.0",
"colors": "^1.4.0",
"yocto-spinner": "^0.1.2"
}
}