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
The official Python SDK for [ExosphereHost](https://exosphere.host) - an open-source infrastructure layer for background AI workflows and agents. This SDK enables you to create distributed, stateful applications using a node-based architecture.
8
+
9
+
## Overview
10
+
11
+
ExosphereHost provides a robust, affordable, and effortless infrastructure for building scalable AI workflows and agents. The Python SDK allows you to:
12
+
13
+
- Create distributed workflows using a simple node-based architecture
14
+
- Build stateful applications that can scale across multiple compute resources
15
+
- Execute complex AI workflows with automatic state management
16
+
- Integrate with the ExosphereHost platform for optimized performance
17
+
18
+
## Installation
19
+
20
+
```bash
21
+
pip install exospherehost
22
+
```
23
+
24
+
## Quick Start
25
+
26
+
### Basic Node Creation
27
+
28
+
Create a simple node that processes data:
6
29
7
30
```python
8
31
from exospherehost import Runtime, BaseNode
@@ -11,23 +34,124 @@ from pydantic import BaseModel
Error handling is automatically handled by the runtime and the state manager.
130
+
131
+
## Integration with ExosphereHost Platform
132
+
133
+
The Python SDK integrates seamlessly with the ExosphereHost platform, providing:
134
+
135
+
-**Cost Optimization**: Leverage ExosphereHost's optimized infrastructure for significant cost savings
136
+
-**Reliability**: Built-in fault tolerance and automatic recovery
137
+
-**Scalability**: Automatic scaling based on workload demands
138
+
-**Monitoring**: Integrated logging and monitoring capabilities
139
+
140
+
## Documentation
141
+
142
+
For more detailed information, visit our [documentation](https://docs.exosphere.host).
143
+
144
+
## Contributing
145
+
146
+
We welcome contributions! Please see our [contributing guidelines](https://github.com/exospherehost/exospherehost/blob/main/CONTRIBUTING.md) for details.
147
+
32
148
## Support
33
-
For first-party support and questions, do not hesitate to reach out to us at <nivedit@exosphere.host>.
0 commit comments