{"id":47336807,"url":"https://github.com/neuron-core/youtube-ai-agent","last_synced_at":"2026-04-06T06:32:01.378Z","repository":{"id":286111387,"uuid":"960391057","full_name":"neuron-core/youtube-ai-agent","owner":"neuron-core","description":"AI Agents summarizing YouTube videos - built with Neuron AI PHP framework.","archived":false,"fork":false,"pushed_at":"2025-09-01T16:46:27.000Z","size":2788,"stargazers_count":23,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-03T09:22:55.725Z","etag":null,"topics":["ai","ai-agents","ai-assistant","llm","php","video-ai","video-analysis","youtube"],"latest_commit_sha":null,"homepage":"https://docs.neuron-ai.dev","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neuron-core.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-04T10:59:42.000Z","updated_at":"2025-09-03T06:52:28.000Z","dependencies_parsed_at":"2025-06-24T21:28:41.707Z","dependency_job_id":"c5970b22-1529-4d6b-ae2f-12e4b668566b","html_url":"https://github.com/neuron-core/youtube-ai-agent","commit_stats":null,"previous_names":["inspector-apm/youtube-ai-agent","neuron-core/youtube-ai-agent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/neuron-core/youtube-ai-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuron-core%2Fyoutube-ai-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuron-core%2Fyoutube-ai-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuron-core%2Fyoutube-ai-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuron-core%2Fyoutube-ai-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neuron-core","download_url":"https://codeload.github.com/neuron-core/youtube-ai-agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuron-core%2Fyoutube-ai-agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31262837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T01:56:54.585Z","status":"online","status_checked_at":"2026-04-01T02:00:07.777Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-agents","ai-assistant","llm","php","video-ai","video-analysis","youtube"],"created_at":"2026-03-17T22:00:50.936Z","updated_at":"2026-04-01T02:00:34.414Z","avatar_url":"https://github.com/neuron-core.png","language":"PHP","funding_links":[],"categories":["Learning Resources"],"sub_categories":["Utilities \u0026 Tools"],"readme":"# YouTube Agents with Neuron AI PHP framework\n\n\u003e Read the full article: https://inspector.dev/php-ai-agent-summarizing-youtube-videos/\n\n![](youtube-php-ai-agent.png)\n\nThis repository contains the PHP implementation of an AI Agents summarizing YouTube videos.\nIt is built using the [Neuron AI](https://github.com/inspector-apm/neuron-ai) package.\n\n# YouTube Agent Use Cases\nLet's explore three real-world contexts where YouTube video summarization can be incredibly helpful.\n\n## Educational Context\nStudents, teachers, and researchers often need to extract key information from lengthy educational content. The YouTube Agent could help:\n\n- Students can quickly determine if a 2-hour lecture contains the specific topic they're researching.\n- Teachers can preview educational content before assigning it to students, ensuring relevance and quality.\n- Researchers can efficiently process multiple conference presentations without watching them in full.\n\n## Content Creation and Media Monitoring\nCreators and media professionals can use this Agent to:\n\n- Journalists can quickly analyze trending video discussions without full viewing.\n- Content creators can automate description generation for their contents.\n- Social media managers can automate posts generation from YouTube videos ensuring more relevant content creation.\n\nJust give you some inspiration. You can eventually share your implementation of the Neuron AI forum: \nhttps://github.com/inspector-apm/neuron-ai/discussions\n\n# Neuron PHP framework\nNeuron is an agentic framework that allows you to create full-featured AI Agents in PHP. \nIt definitively fills the gap for AI Agents development between PHP and other ecosystems like Python or Javascript.\n\nIt provides you with a standard toolkit to implement AI-driven applications drastically reducing vendor lock-in. \nYou can switch between LLMs, vector stores, embedding providers, etc. with just a few lines of code without the \nneed to refactor big portions of your application.\n\nIf you are new to AI Agents development, or you already have experience, Neuron can be the perfect playground \nto move your idea from experiments to reliable production implementations.\n\nCheckout the documentation: https://docs.neuron-ai.dev\n\n# How to use this project\n\nDownload the project on your machine and open your terminal into the project directory.\nFirst, install the composer dependencies:\n\n```\ncomposer install\n```\n\nRename the `.env.example` into `.env` and provide the script with the Anthropic API key, Supadata API key, \nand the [Inspector](https://inspector.dev) ingestion key if you want to monitor the agent execution:\n\n```dotenv\n# Required\nANTHROPIC_API_KEY=\nSUPADATA_API_KEY=\n\n# Optional\nINSPECTOR_INGESTION_KEY=\n```\n\nTo interact with the agent, you can just run the `youtube.php` script:\n\n```\nphp .\\public\\youtube.php\n```\n\n# Monitoring \u0026 Debugging\nThe Inspector team designed Neuron AI with built-in observability integration backed by [Inspector.dev](https://inspector.dev/), \nso you can monitor AI agents were running for error detection and performance analysis. \nInspector helps you move your agents from prototype to production with confidence.\n\nTo enable the Agent monitoring, you need to provide the Inspector ingestion key in the `.env` file. \nYou get a new key registering an account on the [Inspector](https://inspector.dev/) website.\n\n```dotenv\nINSPECTOR_INGESTION_KEY=m849w7g8xxxxxxxxxxxxxxxxxxxxxxxxxxx\n```\n\nNow, when you run the agent you will be able to explore its internal execution flow in the Inspector dashboard, \nand be alerted for unpredictable errors via email.\n\n![](https://inspector.dev/wp-content/uploads/2025/05/neuron-reranker-observability-1536x766.png)\n\n## Inspector.dev\n[Inspector](https://supadata.ai) is a code execution monitoring tool for the PHP ecosystem.\n\nIt provides full visibility into the AI Agent execution flow. Learn more on the Neuron documentation:\nhttps://docs.neuron-ai.dev/advanced/observability\n\n## Supadata.ai\n[Supadata](https://supadata.ai) is built on purpose to help you build better AI products faster.\n\nThey provide 100 monthly API requests for free, and you can also retrieve the video transcriptions in many languages.\n\n## E-Book\nStart With AI Agents In PHP:\n\n- [Amazon](https://www.amazon.com/dp/B0F1YX8KJB)\n- [Google Play](https://play.google.com/store/books/details?pcampaignid=books_read_action\u0026id=agJPEQAAQBAJ\u0026pli=1)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuron-core%2Fyoutube-ai-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneuron-core%2Fyoutube-ai-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuron-core%2Fyoutube-ai-agent/lists"}