maos-agent 0.1.1__tar.gz → 0.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maos-agent
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: The Observability & Resilience SDK for Maos AI Agents
5
5
  Project-URL: Homepage, https://github.com/maosproject-dev/maos-agent
6
6
  Project-URL: Bug Tracker, https://github.com/maosproject-dev/maos-agent/issues
@@ -14,16 +14,6 @@ Requires-Python: >=3.9
14
14
  Requires-Dist: prometheus-client>=0.17.0
15
15
  Description-Content-Type: text/markdown
16
16
 
17
- **CTO here.**
18
-
19
- Here is the `README.md`.
20
-
21
- It is written to be "Marketing-Engineering" aligned. It doesn't just say *how* to use it; it explains *why* a developer needs it (to stop their agents from dying silently on Spot instances).
22
-
23
- I’ve added badges, a clear "Quick Start," and a section linking the metrics directly to the Grafana dashboard we just built.
24
-
25
- ---
26
-
27
17
  # Maos Agent SDK
28
18
 
29
19
  The official Python SDK for building resilient, observable AI Agents on the **Maos Platform**.
@@ -1,13 +1,3 @@
1
- **CTO here.**
2
-
3
- Here is the `README.md`.
4
-
5
- It is written to be "Marketing-Engineering" aligned. It doesn't just say *how* to use it; it explains *why* a developer needs it (to stop their agents from dying silently on Spot instances).
6
-
7
- I’ve added badges, a clear "Quick Start," and a section linking the metrics directly to the Grafana dashboard we just built.
8
-
9
- ---
10
-
11
1
  # Maos Agent SDK
12
2
 
13
3
  The official Python SDK for building resilient, observable AI Agents on the **Maos Platform**.
@@ -0,0 +1,4 @@
1
+ from .core import MaosAgent
2
+ from .lifecycle import SpotInterruptionError
3
+
4
+ __all__ = ["MaosAgent", "SpotInterruptionError"]
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "maos-agent"
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  authors = [
9
9
  { name="Maos AI", email="support@maosproject.io" },
10
10
  ]
File without changes
File without changes
File without changes
File without changes