# ReadyAgents > Free, self-hosted Apache-2.0 local one-shot agent workflow engine plus MCP toolkit (BYOK). Core runs on your machine. Packs are waitlisted and not for sale. No hosted control plane. Install: `pip install readyagentsdev` Current: 2.0.6 Repo: [readyagents-core on GitHub](https://github.com/readyagentsdev/readyagents-core) Site: [readyagents.dev](https://readyagents.dev/) Package: [readyagentsdev on PyPI](https://pypi.org/project/readyagentsdev/) Full markdown: [llms-full.txt](https://readyagents.dev/llms-full.txt) WebMCP: the waitlist form is callable (`toolname=join_waitlist`) when the browser exposes `document.modelContext`. ## Public pages - [Home](https://readyagents.dev/): install CTAs + feature cards - [Home (markdown)](https://readyagents.dev/index.md) - [Getting started](https://readyagents.dev/docs): getting started - [Getting started (markdown)](https://readyagents.dev/docs.md) - [Packs](https://readyagents.dev/packs): free core + waitlisted packs (not for sale) - [Packs (markdown)](https://readyagents.dev/packs.md) - [Why ReadyAgents](https://readyagents.dev/why-readyagents): honest MCP vs orchestration notes - [Why ReadyAgents (markdown)](https://readyagents.dev/why-readyagents.md) - [Waitlist](https://readyagents.dev/waitlist): packs waitlist (not for sale) - [Waitlist (markdown)](https://readyagents.dev/waitlist.md) - [llms.txt](https://readyagents.dev/llms.txt): this file - [llms-full.txt](https://readyagents.dev/llms-full.txt): concatenated product-page markdown - [agents.txt](https://readyagents.dev/agents.txt): agent discovery (text) - [agents.json](https://readyagents.dev/agents.json): agent discovery (JSON) - [/.well-known/llms.txt](https://readyagents.dev/.well-known/llms.txt): same as /llms.txt - [/.well-known/agents.json](https://readyagents.dev/.well-known/agents.json): same as /agents.json - [robots.txt](https://readyagents.dev/robots.txt): robots directives - [Sitemap](https://readyagents.dev/sitemap.xml): XML sitemap - [OpenAPI](https://readyagents.dev/openapi.json): public API schema - [Latest version](https://readyagents.dev/api/versions/latest): `('version', 'pypi', 'released')` - [Pricing](https://readyagents.dev/api/pricing): core price 0; packs waitlist / not for sale - POST https://readyagents.dev/api/waitlist: JSON waitlist (`email`, optional `name`, `interest`) ## Repo - [Changelog](https://readyagents.dev/changelog): human changelog - [Changelog (markdown)](https://readyagents.dev/changelog.md): tagged release notes - [Atom feed](https://readyagents.dev/feed.xml) - [JSON Feed](https://readyagents.dev/feed.json) - [GitHub releases.atom](https://github.com/readyagentsdev/readyagents-core/releases.atom) - [MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.readyagentsdev/readyagents): `io.github.readyagentsdev/readyagents` - [First ten minutes](https://github.com/readyagentsdev/readyagents-core/blob/main/docs/first-ten-minutes.md): HITL and first run - [Examples](https://github.com/readyagentsdev/readyagents-core/tree/main/examples): workflow catalog - [Releases](https://github.com/readyagentsdev/readyagents-core/releases): changelog - [LICENSE](https://github.com/readyagentsdev/readyagents-core/blob/main/LICENSE): Apache-2.0 - [PyPI readyagentsdev](https://pypi.org/project/readyagentsdev/): current package - [readyagentsdev 2.0.6](https://pypi.org/project/readyagentsdev/2.0.6/) ## Core through 2.0.6 - Local YAML/JSON workflows with persist/resume (BYOK) - MCP toolkit; stdio is the default - Opt-in loopback Streamable HTTP + MCP task handles - Localhost browser approval / HITL - JSON run records + `readyagents runs migrate` to SQLite - Sandboxed builtins (calc, files, list_dir, …) ## Do not expect in core - Hosted recovery, always-on scheduler, or pack marketplace - Non-loopback MCP HTTP binds in current releases ## Agent directory - [llms.txt](https://readyagents.dev/llms.txt): this file - [llms-full.txt](https://readyagents.dev/llms-full.txt): concatenated product-page markdown - [agents.json](https://readyagents.dev/agents.json): Wildcard 0.1.0 flows - [openapi.json](https://readyagents.dev/openapi.json): public API - [changelog.md](https://readyagents.dev/changelog.md): tagged releases - [security.txt](https://readyagents.dev/.well-known/security.txt): RFC 9116 contact - [/.well-known/llms.txt](https://readyagents.dev/.well-known/llms.txt): alias of /llms.txt - [/.well-known/agents.json](https://readyagents.dev/.well-known/agents.json): alias of /agents.json ## Optional - [Privacy](https://readyagents.dev/privacy): privacy policy - [Privacy (markdown)](https://readyagents.dev/privacy.md) - [Terms](https://readyagents.dev/terms): terms of use - [Terms (markdown)](https://readyagents.dev/terms.md)