|
4 | 4 |
|
5 | 5 | Universal semantic protocol for AI-to-AI communication. Think "TCP/IP for Artificial Intelligence." |
6 | 6 |
|
| 7 | +[](https://github.com/pulse-protocol/pulse-python) |
| 8 | +[](https://github.com/pulse-protocol/pulse-python/releases) |
7 | 9 | [](https://www.python.org/downloads/) |
8 | | -[](LICENSE) |
| 10 | +[](LICENSE) |
| 11 | +[](https://github.com/pulse-protocol/pulse-python) |
| 12 | +[](https://github.com/pulse-protocol/pulse-python) |
9 | 13 | [](https://github.com/psf/black) |
10 | 14 |
|
11 | 15 | --- |
12 | 16 |
|
| 17 | +> 🌍 **Open Source & Free Forever** | Apache 2.0 License |
| 18 | +> Built for the community, by the community. Contributions welcome! |
| 19 | +
|
| 20 | +--- |
| 21 | + |
13 | 22 | ## 🎯 What is PULSE? |
14 | 23 |
|
15 | 24 | PULSE enables **any AI system to communicate with any other AI system** - regardless of vendor, framework, or architecture. |
@@ -47,18 +56,23 @@ Instead of natural language (ambiguous, slow), PULSE uses **semantic concepts**: |
47 | 56 | ### Installation |
48 | 57 |
|
49 | 58 | ```bash |
50 | | -# From PyPI (when published) |
51 | | -pip install pulse-protocol |
| 59 | +# Coming soon to PyPI! |
| 60 | +# pip install pulse-protocol |
52 | 61 |
|
53 | | -# For development |
| 62 | +# For now - Install from GitHub: |
54 | 63 | git clone https://github.com/pulse-protocol/pulse-python.git |
55 | 64 | cd pulse-python |
56 | | -python -m venv venv |
57 | | -source venv/bin/activate # Windows: venv\Scripts\activate |
58 | 65 | pip install -e . |
59 | | -pip install -r requirements-dev.txt |
| 66 | + |
| 67 | +# Or install dependencies only: |
| 68 | +pip install msgpack>=1.0.0 |
| 69 | + |
| 70 | +# For development (with testing tools): |
| 71 | +pip install -e ".[dev]" |
60 | 72 | ``` |
61 | 73 |
|
| 74 | +**Requirements:** Python 3.8+ | msgpack |
| 75 | + |
62 | 76 | ### Basic Usage |
63 | 77 |
|
64 | 78 | ```python |
@@ -764,8 +778,12 @@ This project is open source and will remain free forever. |
764 | 778 | ## 📊 Project Status |
765 | 779 |
|
766 | 780 | **Version:** 0.4.0 (Alpha - Week 4 Complete ✅) |
| 781 | +**License:** Apache 2.0 - Free & Open Source Forever 🌍 |
767 | 782 | **Python:** 3.8+ |
768 | | -**Status:** Active Development |
| 783 | +**Status:** Active Development - **Ready for Contributors!** |
| 784 | + |
| 785 | +> 💡 **This project is production-ready for early adopters.** |
| 786 | +> We welcome contributions from developers worldwide! |
769 | 787 |
|
770 | 788 | ### What's Working ✅ |
771 | 789 | - Core message creation and parsing |
|
0 commit comments