{
  "interval": {
    "intervalStart": "2025-03-07T00:00:00.000Z",
    "intervalEnd": "2025-03-08T00:00:00.000Z",
    "intervalType": "day"
  },
  "repository": "elizaos/eliza",
  "overview": "From 2025-03-07 to 2025-03-08, elizaos/eliza had 7 new PRs (7 merged), 6 new issues, and 13 active contributors.",
  "topIssues": [
    {
      "id": "I_kwDOMT5cIs6tEJSc",
      "title": "Model initialization failed",
      "author": "attackonryan",
      "number": 3801,
      "repository": "elizaos/eliza",
      "createdAt": "2025-03-07T17:20:52Z",
      "closedAt": "2025-04-13T18:32:55Z",
      "state": "CLOSED",
      "commentCount": 1
    },
    {
      "id": "I_kwDOMT5cIs6tFECc",
      "title": "Service text_generation not found",
      "author": "lstokenomiapro",
      "number": 3802,
      "repository": "elizaos/eliza",
      "createdAt": "2025-03-07T19:42:38Z",
      "closedAt": "2025-03-08T01:17:40Z",
      "state": "CLOSED",
      "commentCount": 1
    },
    {
      "id": "I_kwDOMT5cIs6tBp4M",
      "title": "Telegram client unable to connect to bot API interface.",
      "author": "lagrossi",
      "number": 3798,
      "repository": "elizaos/eliza",
      "createdAt": "2025-03-07T12:33:11Z",
      "closedAt": "2025-03-08T01:15:19Z",
      "state": "CLOSED",
      "commentCount": 1
    },
    {
      "id": "I_kwDOMT5cIs6tBiy1",
      "title": "Enabling default RAG does not work with Postgres adapter",
      "author": "soyrubio",
      "number": 3797,
      "repository": "elizaos/eliza",
      "createdAt": "2025-03-07T12:18:33Z",
      "closedAt": "2025-03-08T03:15:57Z",
      "state": "CLOSED",
      "commentCount": 1
    },
    {
      "id": "I_kwDOMT5cIs6s_o0E",
      "title": "Update GAIA_API_KEY in example .env",
      "author": "karasbuilder",
      "number": 3795,
      "repository": "elizaos/eliza",
      "createdAt": "2025-03-07T08:37:03Z",
      "closedAt": "2025-03-08T03:26:25Z",
      "state": "CLOSED",
      "commentCount": 1
    }
  ],
  "topPRs": [
    {
      "id": "PR_kwDOMT5cIs6NWgMs",
      "title": "0xbbjoker/fix static migrations",
      "author": "0xbbjoker",
      "number": 3771,
      "repository": "elizaos/eliza",
      "createdAt": "2025-03-04T17:42:23Z",
      "mergedAt": null,
      "additions": 89,
      "deletions": 53
    },
    {
      "id": "PR_kwDOMT5cIs6NyKnl",
      "title": "V2 consistent secret attribute + db withDatabase wrapper on memory",
      "author": "wtfsayo",
      "number": 3799,
      "repository": "elizaos/eliza",
      "createdAt": "2025-03-07T14:22:33Z",
      "mergedAt": null,
      "additions": 63,
      "deletions": 55
    },
    {
      "id": "PR_kwDOMT5cIs6Nyydp",
      "title": "setup linting and formatting commands",
      "author": "wtfsayo",
      "number": 3800,
      "repository": "elizaos/eliza",
      "createdAt": "2025-03-07T15:35:12Z",
      "mergedAt": "2025-03-07T15:40:28Z",
      "additions": 55,
      "deletions": 69
    },
    {
      "id": "PR_kwDOMT5cIs6N1arV",
      "title": "0xbbjoker/fix postgres migration",
      "author": "0xbbjoker",
      "number": 3803,
      "repository": "elizaos/eliza",
      "createdAt": "2025-03-07T22:45:15Z",
      "mergedAt": "2025-03-08T05:00:34Z",
      "additions": 44,
      "deletions": 25
    },
    {
      "id": "PR_kwDOMT5cIs6Ntdxu",
      "title": "feat: change playright over to patchright (ELI2-45)",
      "author": "odilitime",
      "number": 3791,
      "repository": "elizaos/eliza",
      "createdAt": "2025-03-07T00:58:55Z",
      "mergedAt": "2025-03-07T04:25:27Z",
      "additions": 35,
      "deletions": 38
    }
  ],
  "codeChanges": {
    "additions": 126,
    "deletions": 131,
    "files": 30,
    "commitCount": 18
  },
  "completedItems": [
    {
      "title": "setup linting and formatting commands",
      "prNumber": 3800,
      "type": "other",
      "body": ""
    },
    {
      "title": "fix: Fixed issue with async handling in getTweets method",
      "prNumber": 3796,
      "type": "bugfix",
      "body": "# What does this PR do?  \r\nThis change fixes an issue where the `getTweets` method was not awaited, causing potential issues with handling the returned promise. The method is asynchronous, so I added `await` to properly wait for the promise"
    },
    {
      "title": "fix: address issue #3779",
      "prNumber": 3793,
      "type": "bugfix",
      "body": "# Relates to\r\n\r\n#3779 \r\n\r\n# Risks\r\n\r\nLow\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\nBug fixes (non-breaking change which fixes an issue)\r\n\r\n# Documentation changes needed?\r\n\r\nMy changes do not require "
    },
    {
      "title": "docs: fixed some outdated links",
      "prNumber": 3792,
      "type": "bugfix",
      "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 eliza docs\r\n\r\nLINK TO ISSUE OR TICKET\r\n\r\nconfusing the readers \r\n# Risks\r\n\r\n<!--\r\nLow, medium, large. List"
    },
    {
      "title": "feat: change playright over to patchright (ELI2-45)",
      "prNumber": 3791,
      "type": "feature",
      "body": ""
    },
    {
      "title": "docs: Update intro.md - Fix missing space",
      "prNumber": 3788,
      "type": "bugfix",
      "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 "
    },
    {
      "title": "V2 fix build start issues",
      "prNumber": 3787,
      "type": "bugfix",
      "body": "fixes single command build issues"
    }
  ],
  "topContributors": [
    {
      "username": "wtfsayo",
      "avatarUrl": "https://avatars.githubusercontent.com/u/82053242?u=98209a1f10456f42d4d2fa71db4d5bf4a672cbc3&v=4",
      "totalScore": 82.03718615206915,
      "prScore": 82.03718615206915,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "odilitime",
      "avatarUrl": "https://avatars.githubusercontent.com/u/16395496?u=c9bac48e632aae594a0d85aaf9e9c9c69b674d8b&v=4",
      "totalScore": 61.77501272960336,
      "prScore": 46.33701272960336,
      "issueScore": 0,
      "reviewScore": 15,
      "commentScore": 0.43799999999999994
    },
    {
      "username": "0xbbjoker",
      "avatarUrl": "https://avatars.githubusercontent.com/u/54844437?u=90fe1762420de6ad493a1c1582f1f70c0d87d8e2&v=4",
      "totalScore": 33.4852381051234,
      "prScore": 33.2852381051234,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.2
    },
    {
      "username": "pucedoteth",
      "avatarUrl": "https://avatars.githubusercontent.com/u/119044801?u=d4420f014d84cbc78b659418d0e1412b30d00c8c&v=4",
      "totalScore": 29.629865223582968,
      "prScore": 29.629865223582968,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "hexcow",
      "avatarUrl": "https://avatars.githubusercontent.com/u/200669683?u=23038602701607bf5f71fabb419fa1b3dbefeb18&v=4",
      "totalScore": 22.823306144334055,
      "prScore": 22.823306144334055,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "lstokenomiapro",
      "avatarUrl": "https://avatars.githubusercontent.com/u/95761679?u=d16da5a4d403d255e5ec72d59a09d8de57adce97&v=4",
      "totalScore": 4.1,
      "prScore": 0,
      "issueScore": 4.1,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "soyrubio",
      "avatarUrl": "https://avatars.githubusercontent.com/u/70545288?u=82d29896854bb3b002cbbc629f66782d62b62e3a&v=4",
      "totalScore": 4,
      "prScore": 0,
      "issueScore": 4,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "lagrossi",
      "avatarUrl": "https://avatars.githubusercontent.com/u/7056893?v=4",
      "totalScore": 4,
      "prScore": 0,
      "issueScore": 4,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "karasbuilder",
      "avatarUrl": "https://avatars.githubusercontent.com/u/87579593?u=a7f1f699becbaf606fbb75d4ba6c6845af01718b&v=4",
      "totalScore": 4,
      "prScore": 0,
      "issueScore": 4,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "attackonryan",
      "avatarUrl": "https://avatars.githubusercontent.com/u/45653390?u=c336f03201c0bbf5d914779b728b9121847e93e0&v=4",
      "totalScore": 4,
      "prScore": 0,
      "issueScore": 4,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "Finyu",
      "avatarUrl": "https://avatars.githubusercontent.com/u/37428009?u=353970a1c0211e358ff51d19801294a3277cb00b&v=4",
      "totalScore": 4,
      "prScore": 0,
      "issueScore": 4,
      "reviewScore": 0,
      "commentScore": 0
    }
  ],
  "newPRs": 7,
  "mergedPRs": 7,
  "newIssues": 6,
  "closedIssues": 5,
  "activeContributors": 13
}