{"id":51036162,"url":"https://github.com/xyz2b/weave-ai-runtime","last_synced_at":"2026-06-22T06:30:29.135Z","repository":{"id":356825804,"uuid":"1233121954","full_name":"xyz2b/weave-ai-runtime","owner":"xyz2b","description":"Composable AI runtime framework for building agent systems with tools, agents, skills, hosts, memory, workflow packages, and scenario packs.","archived":false,"fork":false,"pushed_at":"2026-05-27T15:25:24.000Z","size":3213,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-27T17:14:20.942Z","etag":null,"topics":["agent-framework","agentic-ai","ai-assistant","ai-coding","ai-runtime","autonomous-agents","chatbot-framework","code-generation","coding-assistant","conversational-ai","dev-tools","headless-ai","hook-system","llm-orchestration","llm-tool-calling","local-ai","local-llm","multi-agent-systems","workflow"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xyz2b.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2026-05-08T16:04:45.000Z","updated_at":"2026-05-27T15:27:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/xyz2b/weave-ai-runtime","commit_stats":null,"previous_names":["xyz2b/weave-ai-runtime"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xyz2b/weave-ai-runtime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyz2b%2Fweave-ai-runtime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyz2b%2Fweave-ai-runtime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyz2b%2Fweave-ai-runtime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyz2b%2Fweave-ai-runtime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xyz2b","download_url":"https://codeload.github.com/xyz2b/weave-ai-runtime/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyz2b%2Fweave-ai-runtime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34637937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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":["agent-framework","agentic-ai","ai-assistant","ai-coding","ai-runtime","autonomous-agents","chatbot-framework","code-generation","coding-assistant","conversational-ai","dev-tools","headless-ai","hook-system","llm-orchestration","llm-tool-calling","local-ai","local-llm","multi-agent-systems","workflow"],"created_at":"2026-06-22T06:30:28.256Z","updated_at":"2026-06-22T06:30:29.129Z","avatar_url":"https://github.com/xyz2b.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/logo.png\" alt=\"WeaveRT logo\" width=\"160\"\u003e\n\u003c/p\u003e\n\nEnglish | [简体中文](README.zh-CN.md)\n\n# WeaveRT\n\nComposable AI runtime framework for building agent systems with tools, agents, skills, hosts, memory, workflow packages, and scenario packs.\n\n## What is WeaveRT?\n\nWeaveRT is a runtime framework for building and operating agent systems.\nIt gives you a stable runtime core plus clear extension surfaces for tools, agents, skills, hosts, permissions, memory, workflow packages, and scenario packs.\n\nIt is not a single preset assistant app.\nYou can start with a small project-local workflow, then grow into coding, chat, or local-assistant products without rewriting the runtime model.\n\n## Why WeaveRT?\n\n- Build on a runtime, not a single prompt.\n- Compose tools, agents, skills, and packages without hiding ownership boundaries.\n- Keep host integration, permissions, and durable state explicit.\n- Start with a minimal scaffold, then grow into richer workflows and apps.\n\n## Quickstart\n\nThe default first run is the starter, not `examples/`.\nStarter is the adoption path. Examples are the validation path.\n\nFrom a published package index, the shortest path is:\n\n```bash\npython3 -m venv .venv\nsource .venv/bin/activate\npython -m pip install weavert-starter weavert-testing\nweavert-starter generate minimal-project ./my-weavert-app\ncd my-weavert-app\npython -m pip install -e .\npython app.py\n```\n\nIf you are editing WeaveRT itself from a local source checkout, use [docs/getting-started/install-from-source.md](docs/getting-started/install-from-source.md) and then follow the same starter flow.\n\nExpected first-run anchors:\n\n- `preset: ordinary-workflow`\n- `assistant: The scaffold is ready...`\n- `status: ok`\n\n## Start Here\n\n- Docs home: [docs/README.md](docs/README.md)\n- First run: [docs/getting-started/quickstart.md](docs/getting-started/quickstart.md)\n- Official starter path: [docs/getting-started/starter-scaffolds.md](docs/getting-started/starter-scaffolds.md)\n- Runnable validation path: [examples/README.md](examples/README.md)\n\n## Choose Your Path\n\n- I want the smallest successful project -\u003e [docs/getting-started/starter-scaffolds.md](docs/getting-started/starter-scaffolds.md)\n- I want the first real project path -\u003e [docs/guides/build-your-first-project.md](docs/guides/build-your-first-project.md)\n- I want to understand the runtime model: read [docs/introduction/what-is-weavert.md](docs/introduction/what-is-weavert.md) and [docs/concepts/runtime-model.md](docs/concepts/runtime-model.md)\n- I want to extend tools, agents, or skills: go to [docs/guides/add-a-tool.md](docs/guides/add-a-tool.md), [docs/guides/add-an-agent.md](docs/guides/add-an-agent.md), and [docs/guides/add-a-skill.md](docs/guides/add-a-skill.md)\n- I want host, hook, or control-plane integration: go to [docs/guides/bind-a-host.md](docs/guides/bind-a-host.md), [docs/guides/extend-the-control-plane.md](docs/guides/extend-the-control-plane.md), and [docs/guides/register-hooks.md](docs/guides/register-hooks.md)\n- I want to validate real workflows: use [examples/README.md](examples/README.md)\n- I maintain the repository: use [docs/maintainers/repository-layout.md](docs/maintainers/repository-layout.md) and [docs/maintainers/migration-notes.md](docs/maintainers/migration-notes.md)\n\n## Examples\n\n- Seam basics and validation path: [examples/README.md](examples/README.md)\n- Ordinary coding workflow validation: [examples/README.md](examples/README.md)\n- Advanced host-bound integration sample: [examples/apps/code_assistant/README.md](examples/apps/code_assistant/README.md)\n\nGenerate a starter first unless you are specifically evaluating framework seams or validation evidence.\n\n## Architecture and Reference\n\n- Architecture overview: [docs/architecture/overview.md](docs/architecture/overview.md)\n- Request lifecycle: [docs/architecture/request-lifecycle.md](docs/architecture/request-lifecycle.md)\n- RuntimeConfig reference: [docs/reference/runtime-config.md](docs/reference/runtime-config.md)\n- Full docs index: [docs/README.md](docs/README.md)\n\n## Status\n\nWeaveRT is under active development.\nThe documentation is organized as a layered journey:\nlanding page -\u003e getting started -\u003e concepts -\u003e guides -\u003e architecture/reference/maintainers.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for setup, workflow, and documentation conventions.\nCommunity expectations live in [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md), and vulnerability reporting guidance lives in [SECURITY.md](SECURITY.md).\n\n## License\n\nApache-2.0. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxyz2b%2Fweave-ai-runtime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxyz2b%2Fweave-ai-runtime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxyz2b%2Fweave-ai-runtime/lists"}