{
  "name": "@obayd/agentic",
  "version": "1.0.0",
  "type": "module",
  "description": "A powerful agent framework for LLMs.",
  "main": "src/index.js",
  "scripts": {
    "build": "echo 'No build required'"
  },
  "keywords": [
    "LLM",
    "function-calling",
    "AI",
    "chatbot",
    "agentic",
    "functions",
    "API-integration"
  ],
  "author": {
    "name": "Abderrahmene Merzoug",
    "email": "obaydmerz@gmail.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/obaydmerz/agentic"
  },
  "bugs": {
    "url": "https://github.com/obaydmerz/agentic/issues"
  },
  "homepage": "https://github.com/obaydmerz/agentic#readme"
}
