Skip to content

Commit 6eebbe6

Browse files
committed
cleanup
1 parent 8b37ec5 commit 6eebbe6

164 files changed

Lines changed: 575 additions & 575 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AGENCY_COLLABORATION_EXAMPLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Agency Collaboration Example: Research & Communication Team
22

3-
> **Live runs**: side-by-side code + captured output for the canonical agency() patterns (graph DAG, streaming + HITL, hierarchical with emergent spawning) are on the [agentos.sh demo gallery](https://agentos.sh/#live-demo). Source examples: [`agency-graph.mjs`](https://github.com/framersai/agentos/blob/master/examples/agency-graph.mjs), [`agency-streaming.mjs`](https://github.com/framersai/agentos/blob/master/examples/agency-streaming.mjs), [`emergent-hierarchical-spawning.mjs`](https://github.com/framersai/agentos/blob/master/examples/emergent-hierarchical-spawning.mjs).
3+
> **Live runs**: side-by-side code + captured output for the canonical agency() patterns (graph DAG, streaming + HITL, hierarchical with emergent spawning) are on the [agentos.sh demo gallery](https://agentos.sh/#live-demo). Source examples: [`agency-graph.mjs`](https://github.com/framerslab/agentos/blob/master/examples/agency-graph.mjs), [`agency-streaming.mjs`](https://github.com/framerslab/agentos/blob/master/examples/agency-streaming.mjs), [`emergent-hierarchical-spawning.mjs`](https://github.com/framerslab/agentos/blob/master/examples/emergent-hierarchical-spawning.mjs).
44
55
This example demonstrates how two GMIs (Generalized Mind Instances) collaborate in an AgentOS agency to research topics and communicate findings via Telegram.
66

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thank you for your interest in contributing to the AgentOS Extensions ecosystem!
44

55
## Getting Started
66

7-
1. **Fork the repository**: https://github.com/framersai/agentos-extensions
7+
1. **Fork the repository**: https://github.com/framerslab/agentos-extensions
88
2. **Clone your fork**:
99
```bash
1010
git clone https://github.com/yourusername/agentos-extensions
@@ -150,8 +150,8 @@ See [RELEASING.md](./RELEASING.md) for the full publishing workflow.
150150

151151
## Getting Help
152152

153-
- **Issues**: Report bugs at https://github.com/framersai/agentos-extensions/issues
154-
- **Discussions**: Questions at https://github.com/framersai/agentos-extensions/discussions
153+
- **Issues**: Report bugs at https://github.com/framerslab/agentos-extensions/issues
154+
- **Discussions**: Questions at https://github.com/framerslab/agentos-extensions/discussions
155155
- **Email**: team@frame.dev
156156

157157
## License

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Extension source code for AgentOS — tools, channel adapters, integrations, and starter templates.
1010

11-
[![CI Status](https://github.com/framersai/agentos-extensions/workflows/CI/badge.svg)](https://github.com/framersai/agentos-extensions/actions)
11+
[![CI Status](https://github.com/framerslab/agentos-extensions/workflows/CI/badge.svg)](https://github.com/framerslab/agentos-extensions/actions)
1212
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
1313
[![API Docs](https://img.shields.io/badge/docs-TypeDoc-blue)](https://framersai.github.io/agentos-extensions/)
1414
[![npm: registry](https://img.shields.io/npm/v/@framers/agentos-extensions-registry?label=registry)](https://www.npmjs.com/package/@framers/agentos-extensions-registry)
@@ -466,16 +466,16 @@ All extensions get free CI/CD via GitHub Actions:
466466

467467
See [CONTRIBUTING.md](./CONTRIBUTING.md) for detailed guidelines.
468468

469-
- [Submit New Extension](https://github.com/framersai/agentos-extensions/issues/new?template=new-extension.yml)
470-
- [Report Bug](https://github.com/framersai/agentos-extensions/issues/new?template=bug-report.yml)
471-
- [Request Feature](https://github.com/framersai/agentos-extensions/discussions)
469+
- [Submit New Extension](https://github.com/framerslab/agentos-extensions/issues/new?template=new-extension.yml)
470+
- [Report Bug](https://github.com/framerslab/agentos-extensions/issues/new?template=bug-report.yml)
471+
- [Request Feature](https://github.com/framerslab/agentos-extensions/discussions)
472472

473473
## Links
474474

475475
- **AgentOS**: [agentos.sh](https://agentos.sh)
476-
- **AgentOS GitHub**: [github.com/framersai/agentos](https://github.com/framersai/agentos)
477-
- **Extensions GitHub**: [github.com/framersai/agentos-extensions](https://github.com/framersai/agentos-extensions)
478-
- **Mars Genesis Demo**: [github.com/framersai/mars-genesis-simulation](https://github.com/framersai/mars-genesis-simulation)
476+
- **AgentOS GitHub**: [github.com/framerslab/agentos](https://github.com/framerslab/agentos)
477+
- **Extensions GitHub**: [github.com/framerslab/agentos-extensions](https://github.com/framerslab/agentos-extensions)
478+
- **Mars Genesis Demo**: [github.com/framerslab/mars-genesis-simulation](https://github.com/framerslab/mars-genesis-simulation)
479479
- **npm**: [@framers](https://www.npmjs.com/org/framers)
480480
- **API Docs**: [framersai.github.io/agentos-extensions](https://framersai.github.io/agentos-extensions/)
481481
- **Discord**: [wilds.ai/discord](https://wilds.ai/discord)

SELF_HOSTED_REGISTRIES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ const agentos = await AgentOS.create({
316316
## Support
317317

318318
For help setting up self-hosted registries:
319-
- GitHub: https://github.com/framersai/agentos
319+
- GitHub: https://github.com/framerslab/agentos
320320
- Docs: https://agentos.sh/docs/self-hosted
321321
- Email: support@frame.dev
322322

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"description": "Extension source for AgentOS — implementations, templates, and manifests for tools, channel adapters, and integrations. Companion to the @framers/agentos TypeScript AI agent runtime.",
1111
"homepage": "https://agentos.sh",
1212
"bugs": {
13-
"url": "https://github.com/framersai/agentos-extensions/issues"
13+
"url": "https://github.com/framerslab/agentos-extensions/issues"
1414
},
1515
"type": "module",
1616
"sideEffects": false,
@@ -33,7 +33,7 @@
3333
},
3434
"repository": {
3535
"type": "git",
36-
"url": "https://github.com/framersai/agentos-extensions.git"
36+
"url": "https://github.com/framerslab/agentos-extensions.git"
3737
},
3838
"keywords": [
3939
"agentos",

0 commit comments

Comments
 (0)