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.
- {maos_agent-0.1.1 → maos_agent-0.1.2}/PKG-INFO +1 -11
- {maos_agent-0.1.1 → maos_agent-0.1.2}/README.md +0 -10
- maos_agent-0.1.2/maos_agent/__init__.py +4 -0
- {maos_agent-0.1.1 → maos_agent-0.1.2}/pyproject.toml +1 -1
- {maos_agent-0.1.1 → maos_agent-0.1.2}/.gitignore +0 -0
- {maos_agent-0.1.1 → maos_agent-0.1.2}/.python-version +0 -0
- {maos_agent-0.1.1 → maos_agent-0.1.2}/CONTRIBUTION.md +0 -0
- {maos_agent-0.1.1 → maos_agent-0.1.2}/LICENSE +0 -0
- {maos_agent-0.1.1 → maos_agent-0.1.2}/examples/simple-worker.py +0 -0
- {maos_agent-0.1.1 → maos_agent-0.1.2/maos_agent}/core.py +0 -0
- {maos_agent-0.1.1 → maos_agent-0.1.2/maos_agent}/decorators.py +0 -0
- {maos_agent-0.1.1 → maos_agent-0.1.2/maos_agent}/lifecycle.py +0 -0
- {maos_agent-0.1.1 → maos_agent-0.1.2/maos_agent}/metrics.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: maos-agent
|
|
3
|
-
Version: 0.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**.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|