Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Flyto2 Core is the open-source execution kernel for automation and AI-agent workflows: 452 registry-backed modules, MCP-native transport, YAML recipes, evidence capture, replay, triggers, queue, versioning, and metering.
| Date | Stars |
|---|---|
| 2026-07-24 | 477 |
| 2026-07-25 | 477 |
| 2026-07-28 | 476 |
| 2026-07-30 | 477 |
| 2026-07-31 | 477 |
| 2026-08-06 | 479 |
Today
+2 stars today
This week
+2 stars this week
This month
— stars this month
Momentum
70.0
growth rate 0.42%/day
[](https://mseep.ai/app/flytohub-flyto-core) [](https://mseep.ai/app/9a708224-9666-46b6-8660-dad08fb16096) # Flyto2 Core - Open-Source AI Agent Framework and Workflow Automation Engine [](https://pypi.org/project/flyto-core/) [](https://opensource.org/licenses/Apache-2.0) [](https://www.python.org/downloads/) <!-- mcp-name: io.github.flytohub/flyto-core --> > **The open-source execution engine for AI agents. 468 modules, MCP-native, triggers, queue, versioning, metering.** > > **[flyto2.com](https://flyto2.com)** · [Cloud Automation](https://flyto2.com/cloud/) · [Documentation](https://docs.flyto2.com) · [MCP Docs](https://docs.flyto2.com/mcp/) · [YouTube](https://www.youtube.com/@Flyto2) Flyto2 Core is the open-source runtime behind Flyto2. It is built for people who want an **AI agent framework** that actually runs work: browser automation, API integration, web scraping, MCP server automation, replayable YAML recipes, evidence capture, and deterministic tools that agents can call without inventing unreviewed code. Use it when the question is simple but the job is annoying: "open this page, capture the proof, extract the data, check performance, and let me retry only the failed step." Flyto2 Core gives you a local execution engine for browser automation, workflow replay, AI-agent tool calls, Web Vitals checks, screenshot capture, structured extraction, and audit-ready evidence. The current public inventory is **468 registry-backed modules** across **85 catalog categories**, including triggers, queue modules, workflow versioning, metering hooks, browser automation, API calls, data transforms, verification, files, and crypto. Good fit if you searched for: - open source AI agent framework for production workflows - Python AI workflow automation with Playwright - MCP server automation with trace and replay - browser automation that can resume from a failed step ### Try in 30 seconds ```bash pip install flyto-core[browser] && playwright install chromium flyto recipe competitor-intel --url https://github.com/pricing ``` ``` Step 1/12 browser.launch ✓ 420ms Step 2/12 browser.goto ✓ 1,203ms Step 3/12 browser.evaluate ✓ 89ms Step 4/12 browser.screenshot ✓ 1,847ms → saved intel-desktop.png Step 5/12 browser.viewport ✓ 12ms → 390×844 Step 6/12 browser.screenshot ✓ 1,621ms → saved intel-mobile.png Step 7/12 browser.viewport ✓ 8ms → 1280×720 Step 8/12 browser.performance ✓ 5,012ms → Web Vitals captured Step 9/12 browser.evaluate ✓ 45ms Step 10/12 browser.evaluate ✓ 11ms Step 11/12 file.write ✓ 3ms → saved intel-report.json Step 12/12 browser.close ✓ 67ms ✓ Done in 10.3s — 12/12 steps passed ``` Screenshots captured. Performance metrics extracted. JSON report saved. **Every step traced.** <p align="center"> <img src="demo/flyto-core-demo.gif" alt="flyto-core demo: API pipeline → replay → browser automation" width="720"> </p> --- ## What happens when step 8 fails? With a shell script you re-run the whole thing. With flyto-core: ```bash flyto replay --from-step 8 ``` Steps 1–7 are instant. Only step 8 re-executes. Full context preserved. --- ## 3 recipes to try now ```bash # Competitive pricing: screenshots + Web Vitals + JSON report flyto recipe competitor-intel --url https://competitor.com/pricing # Full site audit: SEO + accessibility + performance flyto recipe full-audit --url https://your-site.com # Web scraping → CSV export flyto recipe scrape-to-csv --url https://news.ycombinator.com --selecto
Excerpt of 18,275 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:429e2860e18ead5f, topic:mcp, topic:model-context-protocol, topic:mcp-server
matched fp:429e2860e18ead5f, topic:ai-agents, desc:ai agent, readme:ai agent
matched fp:429e2860e18ead5f, topic:workflow-automation, topic:low-code, topic:automation
matched fp:429e2860e18ead5f, topic:browser-automation, topic:playwright, readme:browser automation