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
<p>A standardized framework for AI agents to interact with web services through well-defined intents</p>
5
5
</div>
6
6
7
7
## Getting Started
8
8
9
-
1. Get familiar with the [concepts and motivations](docs/specification/uim-concept.md) behind the UIM protocol
10
-
2. Dive into the [technical exploration](docs/specification/uim-technical-exploration.md) to understand the details and technical choices
11
-
3. Explore the [prototype implementations](implementations/README.md) to see the UIM protocol in action
9
+
1. Get familiar with the [concepts and motivations](https://synaptiai.github.io/uim-protocol/specification/) behind the UIM protocol
10
+
2. Explore the [prototype implementations](https://synaptiai.github.io/uim-protocol/prototypes/) to see the UIM protocol in action
12
11
13
12
## Development Setup
14
13
@@ -31,7 +30,7 @@ This project uses [Poetry](https://python-poetry.org/) for dependency management
31
30
```bash
32
31
poetry install
33
32
```
34
-
33
+
35
34
This will create a virtual environment and install all dependencies.
36
35
37
36
3. Activate the virtual environment:
@@ -77,7 +76,7 @@ We're inviting developers, AI providers, service operators, and tech/AI enthusia
77
76
78
77
### How to Contribute
79
78
80
-
1.**Review the Draft Proposal**: Check out the [draft specification](docs/specification/uim-specification.txt) and explore the protocol's design and implementation.
79
+
1.**Review the Draft Proposal**: Check out the [draft specification](https://synaptiai.github.io/uim-protocol/specification/uim-specification.txt) and explore the protocol's design and implementation.
81
80
2.**Join the Discussion**: Start a conversation in the [Discussions](https://github.com/synaptiai/uim-protocol/discussions) tab. We'd love to hear your thoughts on the protocol's design, potential use cases, or any concerns.
82
81
3.**Raise Issues**: Found a bug or have suggestions? Open an [Issue](https://github.com/synaptiai/uim-protocol/issues) to let us know or contribute directly by submitting a Pull Request. See our [Contributing Guidelines](CONTRIBUTING.md) for more information.
83
82
4.**Share the Word**: Help us spread the word about the UIM protocol by sharing this repository with your network. Write a blog post, tweet, or share the project with your colleagues. We appreciate your support!
0 commit comments