{
  "name": "agents-js",
  "version": "0.2.5",
  "description": "A versatile JavaScript library for designing and managing intelligent agents capable of interacting with AI-driven chat models, leveraging OpenAI's GPT for dynamic conversations and task automation.",
  "main": "src/index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "require": "./src/index.js",
      "import": "./src/index.js",
      "types": "./index.d.ts"
    },
    "./tools": {
      "require": "./src/tools/index.js",
      "import": "./src/tools/index.js",
      "types": "./index.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vgulerianb/agents-js.git"
  },
  "bugs": {
    "url": "https://github.com/vgulerianb/agents-js/issues"
  },
  "homepage": "https://github.com/vgulerianb/agents-js#readme",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "agents",
    "AI",
    "swarm",
    "openai",
    "multi-agents",
    "llm",
    "chatbot",
    "ai-agents",
    "tools",
    "serper",
    "firecrawl",
    "agent-framework",
    "ai-orchestration",
    "human-in-the-loop",
    "token-tracking",
    "lifecycle-hooks",
    "session-management"
  ],
  "author": "Vikrant Guleria",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "dotenv": "^16.4.5",
    "openai": "^4.71.1"
  },
  "files": [
    "src/",
    "index.d.ts",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ]
}