Skip to content
@flytohub

Flyto2

Agent workflows that run, show the result, and keep the evidence.

Flyto2 logo

Flyto2

Open-source AI workflow automation with deterministic execution, MCP tools, evidence, and replay.

Website | Docs | Blog | PyPI | YouTube | Discussions

Start with one command

pip install "flyto-core[browser]"
playwright install chromium
flyto recipe competitor-intel --url https://github.com/pricing

Flyto2 is for builders who need agents to finish real browser and data work, not just suggest code. Workflows are explicit, every step emits trace and evidence, and failed runs can resume from the step that needs attention.

The generated Flyto2 Core catalog currently contains 466 registry-backed modules across 85 categories. The count comes from the runtime registry and is checked in CI, rather than maintained as marketing copy.

workflow -> deterministic steps -> trace -> evidence -> replay

Choose your entry point

You want to...Start here
Run YAML recipes, browser automation, MCP tools, queues, triggers, trace, evidence, and replayflyto-core
Give a coding agent dependency, context, impact, security, and documentation gatesflyto-indexer
Self-host a source-available security warroom and inspect its public contractsflyto-warroom
Read installation, API, configuration, recipe, and operations guidesdocs.flyto2.com
Compare Flyto2 with n8n, Zapier, Make, Playwright, or LangGraphflyto2.com and the Flyto2 blog
Ask a question, propose an integration, or share a workflowFlyto2 Discussions

Why Flyto2 Core

Deterministic under the AI layer

Agents can select tools and compose workflows, but the execution layer keeps inputs, outputs, retries, timing, evidence, and replay explicit. That makes a failed step debuggable and a successful run repeatable.

Browser work with proof

Recipes can navigate, click, type, extract structured data, capture desktop and mobile screenshots, measure Web Vitals, create PDFs, and write reports. The artifacts belong to the run instead of disappearing into an opaque chat.

MCP-native code intelligence

Flyto2 Indexer gives coding agents local repository context, dependency graphs, impact analysis, secret and taint checks, documentation coverage, and strict completion gates. It does not upload repository source for static analysis.

Open source where the license says open source

flyto-core and flyto-indexer are Apache-2.0 projects. Other repositories may use MIT, source-available, or commercial terms. Check each repository's LICENSE before use; the organization profile does not override it.

Core workflow example

id: competitor_intel_v1steps:
- id: launchmodule: browser.launchparams: { headless: true }
- id: visitmodule: browser.gotoparams: { url: "{{target_url}}", wait_until: networkidle }
- id: capturemodule: browser.screenshotparams: { path: competitor.png, full_page: true }
- id: closemodule: browser.close

Start with the built-in recipes for competitor intelligence, full website audits, screenshots, SEO checks, and structured extraction. Use the module catalog when you need lower-level control.

Repository map

Open-source foundations

RepositoryResponsibility
flyto-corePython execution engine, CLI, YAML recipes, browser runtime, modules, MCP, evidence, and replay
flyto-indexerLocal code-intelligence CLI and MCP server for context, impact, dependency, security, and quality gates
flyto-i18nShared locale contracts and translation validation
flyto-design-tokensShared visual tokens and generated CSS/JavaScript references
flyto-plugins-jsJavaScript plugin SDK and integration contracts

Product and public surfaces

RepositoryResponsibility
flyto-warroomGenerated source-available Warroom CE distribution, public contracts, installer, and release evidence
flyto-cloudHosted automation and application surfaces
flyto-codeSecurity cockpit frontend and product interaction contracts
flyto-appFlutter mobile command-center client
flyto-cortexKnowledge workspace frontend
flyto-dataData-product API and management surface
flyto-docsPublic technical documentation
flyto-landing-pageProduct and comparison pages at flyto2.com
flyto-blogTechnical articles, release stories, and implementation notes
flyto2Deprecated legacy release and security-routing shell; not the active desktop source

The remaining repositories hold engine services, blueprints, AI helpers, commercial extensions, admin tools, release memory, and editor integrations. Each repository README states its own authority and license.

Community

  • Ask usage and design questions in Discussions.
  • Pick a scoped task from good first issues.
  • Share a recipe, MCP setup, integration, or Warroom CE lab through the organization showcase template.
  • Read CONTRIBUTING.md before changing shared contracts.
  • Report vulnerabilities privately through the repository Security tab or security@flyto2.com, never through a public issue.

Contact

Built in Taiwan. License terms are declared per repository.

Popular repositories Loading

  1. flyto-core flyto-corePublic

    AI said it finished. Flyto2 shows the proof.

    Python 479 83

  2. flyto-indexer flyto-indexerPublic

    Shows what a code change can break before an AI edits, and checks the repo before it says done.

    Python 4

  3. flyto-ai flyto-aiPublic

    Plans new work as Flyto2 workflows, then reuses exact solved procedures without another planning call.

    Python 2

  4. flyto2 flyto2Public

    Deprecated legacy downloads. Active open source starts at flyto-core.

    Python 1

  5. flyto-landing-page flyto-landing-pagePublic

    Flyto2 runs agent workflows, checks the result, and keeps the evidence.

    TypeScript 1

  6. flyto-blueprint flyto-blueprintPublic

    Procedure memory for agents: save what worked, reuse it, and score it by real outcomes.

    Python 1

Repositories

Showing 10 of 17 repositories

Top languages

Loading…

Most used topics

Loading…