Background
This runtime aims to provide persistent and recoverable agent execution. The current set of MCP adapters and skills is limited, and we would like to enrich the ecosystem.
Tasks
- Read the
docs and examples directories to understand the existing MCP adapter structure and usage.
- Implement a new MCP adapter (e.g. integrate a new message channel or persistence backend) following the existing interface conventions.
- Add at least one useful skill under the
skills directory and demonstrate its use in an example.
- Provide a simple example or test case for your additions to ensure they run correctly.
References
- See
README.md for an overview of the runtime architecture and design.
- The contribution process can be inferred from existing pull requests.
Feel free to ask questions here. Contributions are welcome!
Background
This runtime aims to provide persistent and recoverable agent execution. The current set of MCP adapters and skills is limited, and we would like to enrich the ecosystem.
Tasks
docsandexamplesdirectories to understand the existing MCP adapter structure and usage.skillsdirectory and demonstrate its use in an example.References
README.mdfor an overview of the runtime architecture and design.Feel free to ask questions here. Contributions are welcome!