You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wassette extends AI agents by dynamically loading and configuring MCP tools using natural language prompts. It does this by pulling Wasm components from OCI registries or local files, and running them as MCP tools in isolated processes with precisely scoped permissions.
11
+
</div>
9
12
10
-
> 🦺 This project is in early development and actively evolving. Expect rapid iteration, breaking changes, and responsiveness to feedback. Please submit issues or reach out with questions!
13
+
## Why Wassette?
11
14
12
-
To learn more about the architecture and design philosophy, see the [Architecture Design Document](docs/architecture-design.md).
15
+
-**Convenience**: Wassette makes it easy to extend AI agents with new tools,
16
+
all without ever having to leave the chat window.
17
+
-**Reusability**: Wasm Components built for Wassette are generic and reusable;
18
+
there is nothing MCP-specific about them.
19
+
-**Security**: Wassette is built on the Wasmtime security sandbox, providing
20
+
browser-grade isolation of tools.
13
21
14
22
## Installation
15
23
@@ -19,7 +27,7 @@ For Linux and macOS, you can install Wassette using the provided install script:
This will detect your platform and install the latest `wassette` binary to your `$PATH`. For Windows, you can download the latest release from the [GitHub Releases page](https://github.com/microsoft/wassette/releases).
30
+
This will detect your platform and install the latest `wassette` binary to your `$PATH`. For Windows, you can download the latest release from the [GitHub Releases page][Releases]
23
31
24
32
## Using Wassette
25
33
@@ -84,7 +92,7 @@ selection of examples written in different languages:
84
92
85
93
## Contributing
86
94
87
-
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for more information on how to contribute to this project.
95
+
Please see [CONTRIBUTING.md][Contributing] for more information on how to contribute to this project.
88
96
89
97
## License
90
98
@@ -95,3 +103,6 @@ This project is icensed under the <a href="LICENSE">MIT License</a>.
95
103
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft’s Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.
0 commit comments