Releases: context-machine-lab/ContextAgent
Releases · context-machine-lab/ContextAgent
ContextAgent v0.1.1
🎉 Now Available on PyPI!
ContextAgent is now published on PyPI and can be installed with:
```bash
pip install contextagent
```
Visit the package page: https://pypi.org/project/contextagent/0.1.1/
Changes
- ✅ Published to PyPI for easy installation
- 📦 Fixed package structure (added missing init.py files)
- 📝 Updated README with pip installation instructions
- 🔧 Package now properly distributable via pip
Installation
Recommended: Clone and use uv (for development)
```bash
git clone https://github.com/context-machine-lab/contextagent.git
cd contextagent
uv sync
```
Alternative: pip installation (for quick setup)
```bash
pip install contextagent
```
See the README for full installation and usage instructions.