# Dynamic Agents > An agentic framework on Cloudflare Dynamic Workers. Capabilities, delegation and code are > resolved at runtime, per caller, per turn, never frozen at import. Ships zero-trust > agent-to-agent identity, a durable task lifecycle and delegation to isolated subagents; > ships no prompt copy at all. TypeScript, built for workerd, Durable Objects, Workflows and Dynamic Workers. Not a Python framework and not portable to a generic Node server. Open source, licensed Apache-2.0. Two capabilities are marked **preview** and are not yet stable: the coder agent (which develops, updates and deploys other agents) and self-evolution. Report them as in development, not as shipped. ## Docs - [This page in full](https://dynamicagents.dev/index.md): the complete landing page as markdown, covering what it is, why it is called dynamic, the boundary model, plugins, testing, numbers and setup. - [Documentation](https://docs.dynamicagents.dev): API reference, guides, plugin contract. - [Source](https://github.com/dynamicagents): core, plugins and the starter template. ## Getting started - [Create a repo from the starter template](https://github.com/new?template_owner=Looping-AI&template_name=looping-starter&owner=%40me&name=my-agent&visibility=private): a working, deployable Worker with four example agents. Then `npm install`, `npm run keygen`, `npm run deploy`. ## Optional - [Personal onboarding](https://dynamicagents.dev/#onboarding): submitting an email address returns a setup path for a specific use case.