{
  "interval": {
    "intervalStart": "2025-12-09T00:00:00.000Z",
    "intervalEnd": "2025-12-10T00:00:00.000Z",
    "intervalType": "day"
  },
  "repository": "elizaos/eliza",
  "overview": "From 2025-12-09 to 2025-12-10, elizaos/eliza had 2 new PRs (1 merged), 0 new issues, and 5 active contributors.",
  "topIssues": [],
  "topPRs": [
    {
      "id": "PR_kwDOMT5cIs630tVJ",
      "title": "Shaw/chore/deslop",
      "author": "lalalune",
      "number": 6213,
      "body": "This PR removes a lot of slop\r\n\r\n- Fixes any and unknown and cast types with real types\r\n- Removes try catch\r\n- Removes sloppy comments\r\n- Removes dead files and code",
      "repository": "elizaos/eliza",
      "createdAt": "2025-12-09T03:59:26Z",
      "mergedAt": "2025-12-09T06:22:34Z",
      "additions": 9246,
      "deletions": 7105
    },
    {
      "id": "PR_kwDOMT5cIs64B141",
      "title": "Arreglar bot de Telegram para Railway",
      "author": "todoencadena",
      "number": 6214,
      "body": "<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->\r\n\r\n# Relates to\r\n\r\n<!-- LINK TO ISSUE OR TICKET -->\r\n\r\n<!-- This risks section must be filled out before the final review and merge. -->\r\n\r\n# Risks\r\n\r\n<!--\r\nLow, medium, large. List what kind of risks and what could be affected.\r\n-->\r\n\r\n# Background\r\n\r\n## What does this PR do?\r\n\r\n## What kind of change is this?\r\n\r\n<!--\r\nBug fixes (non-breaking change which fixes an issue)\r\nImprovements (misc. changes to existing features)\r\nFeatures (non-breaking change which adds functionality)\r\nUpdates (new versions of included code)\r\n-->\r\n\r\n<!-- This \"Why\" section is most relevant if there are no linked issues explaining why. If there is a related issue, it might make sense to skip this why section. -->\r\n<!--\r\n## Why are we doing this? Any context or related work?\r\n-->\r\n\r\n# Documentation changes needed?\r\n\r\n<!--\r\nMy changes do not require a change to the project documentation.\r\nMy changes require a change to the project documentation.\r\nIf documentation change is needed: I have updated the documentation accordingly.\r\n-->\r\n\r\n<!-- Please show how you tested the PR. This will really help if the PR needs to be retested and probably help the PR get merged quicker. -->\r\n\r\n# Testing\r\n\r\n## Where should a reviewer start?\r\n\r\n## Detailed testing steps\r\n\r\n<!--\r\nNone: Automated tests are acceptable.\r\n-->\r\n\r\n<!--\r\n- As [anon/admin], go to [link]\r\n  - [do action]\r\n  - verify [result]\r\n-->\r\n\r\n<!-- If there is a UI change, please include before and after screenshots or videos. This will speed up PRs being merged. It is extra nice to annotate screenshots with arrows or boxes pointing out the differences. -->\r\n<!--\r\n## Screenshots\r\n### Before\r\n### After\r\n-->\r\n\r\n<!-- If there is anything about the deployment, please make a note. -->\r\n<!--\r\n# Deploy Notes\r\n-->\r\n\r\n<!--  Copy and paste command line output. -->\r\n<!--\r\n## Database changes\r\n-->\r\n\r\n<!--  Please specify deploy instructions if there is something more than the automated steps. -->\r\n<!--\r\n## Deployment instructions\r\n-->\r\n\r\n<!-- If you are on Discord, please join https://discord.gg/ai16z and state your Discord username here for the contributor role and join us in #development-feed -->\r\n<!--\r\n## Discord username\r\n\r\n-->\r\n",
      "repository": "elizaos/eliza",
      "createdAt": "2025-12-09T23:59:20Z",
      "mergedAt": null,
      "additions": 80,
      "deletions": 6
    }
  ],
  "codeChanges": {
    "additions": 1798,
    "deletions": 2290,
    "files": 50,
    "commitCount": 10
  },
  "completedItems": [
    {
      "title": "Shaw/chore/deslop",
      "prNumber": 6213,
      "type": "other",
      "body": "This PR removes a lot of slop\r\n\r\n- Fixes any and unknown and cast types with real types\r\n- Removes try catch\r\n- Removes sloppy comments\r\n- Removes dead files and code",
      "files": [
        "build-utils.ts",
        "bun.lock",
        "packages/api-client/src/__tests__/integration/no-content-fix.test.ts",
        "packages/api-client/src/__tests__/services/agents.test.ts",
        "packages/api-client/src/__tests__/services/audio.test.ts",
        "packages/api-client/src/__tests__/services/jobs.test.ts",
        "packages/api-client/src/__tests__/services/media.test.ts",
        "packages/api-client/src/__tests__/services/memory.test.ts",
        "packages/api-client/src/__tests__/services/messaging.test.ts",
        "packages/api-client/src/__tests__/services/server.test.ts",
        "packages/api-client/src/__tests__/services/system.test.ts",
        "packages/api-client/src/lib/base-client.ts",
        "packages/api-client/src/services/agents.ts",
        "packages/api-client/src/services/audio.ts",
        "packages/api-client/src/services/jobs.ts",
        "packages/api-client/src/services/media.ts",
        "packages/api-client/src/services/memory.ts",
        "packages/api-client/src/services/messaging.ts",
        "packages/api-client/src/services/sessions.ts",
        "packages/api-client/src/services/system.ts",
        "packages/api-client/src/types/agents.ts",
        "packages/api-client/src/types/jobs.ts",
        "packages/api-client/src/types/media.ts",
        "packages/api-client/src/types/memory.ts",
        "packages/api-client/src/types/server.ts",
        "packages/api-client/src/types/system.ts",
        "packages/app/README.md",
        "packages/app/eslint.config.js",
        "packages/app/index.html",
        "packages/app/package.json",
        "packages/app/src-tauri/Cargo.toml",
        "packages/app/src-tauri/src/lib.rs",
        "packages/app/src/__tests__/main.test.ts",
        "packages/app/src/main.tsx",
        "packages/app/src/types/bun-test.d.ts",
        "packages/app/vite.config.ts",
        "packages/cli/src/commands/agent/actions/crud.ts",
        "packages/cli/src/commands/agent/actions/lifecycle.ts",
        "packages/cli/src/commands/create/actions/creators.ts",
        "packages/cli/src/commands/create/index.ts",
        "packages/cli/src/commands/create/utils/validation.ts",
        "packages/cli/src/commands/deploy/actions/deploy-ecs.ts",
        "packages/cli/src/commands/deploy/types.ts",
        "packages/cli/src/commands/dev/actions/dev-server.ts",
        "packages/cli/src/commands/publish/types.ts",
        "packages/cli/src/commands/report/generate.ts",
        "packages/cli/src/commands/report/src/analysis-engine.ts",
        "packages/cli/src/commands/scenario/docs/README.md",
        "packages/cli/src/commands/scenario/docs/file-format-spec.md",
        "packages/cli/src/commands/scenario/docs/matrix-testing.md"
      ]
    }
  ],
  "topContributors": [
    {
      "username": "lalalune",
      "avatarUrl": "https://avatars.githubusercontent.com/u/18633264?u=e2e906c3712c2506ebfa98df01c2cfdc50050b30&v=4",
      "totalScore": 50.0417738965761,
      "prScore": 50.0417738965761,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0,
      "summary": null
    },
    {
      "username": "todoencadena",
      "avatarUrl": "https://avatars.githubusercontent.com/u/198127898?u=4c012fe538dffffc28d03890eda7d63746ae1ff2&v=4",
      "totalScore": 24.27972435596375,
      "prScore": 24.27972435596375,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0,
      "summary": null
    },
    {
      "username": "otaku-x402",
      "avatarUrl": "https://avatars.githubusercontent.com/u/242004857?u=1325b26d380eec4a0b8d84e8e249c523eebd28dc&v=4",
      "totalScore": 0.2,
      "prScore": 0,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.2,
      "summary": null
    }
  ],
  "newPRs": 2,
  "mergedPRs": 1,
  "newIssues": 0,
  "closedIssues": 0,
  "activeContributors": 5
}