relai 0.3.6__py3-none-any.whl → 0.3.8__py3-none-any.whl

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: relai
3
- Version: 0.3.6
3
+ Version: 0.3.8
4
4
  Summary: An SDK for building reliable AI agents
5
5
  Author-email: RELAI <priyatham@relai.ai>, RELAI <wwx@relai.ai>
6
6
  License: Apache License
@@ -258,6 +258,10 @@ export RELAI_API_KEY="<RELAI_API_KEY>"
258
258
  ```
259
259
 
260
260
  ### Example: A simple Stock Assistant Agent (Simulate → Evaluate → Optimize)
261
+
262
+ Notebook version of the example below: [stock-assistant (simulate->evaluate->optimize).ipynb](/notebooks/basic/stock-assistant%20(simulate-%3Eevaluate-%3Eoptimize).ipynb)
263
+
264
+
261
265
  Prerequisites: Needs an OpenAI API key and `openai-agents` installed to run the base agent.
262
266
  To use Maestro graph optimizer, save the following in a file called `stock-assistant.py` (or change the `code_paths` argument to `maestro.optimize_structure`).
263
267
  ```python
@@ -411,6 +415,7 @@ Maestro is a holistic agent optimizer. It consumes evaluator/user feedback to im
411
415
 
412
416
  - 📘 **Documentation:** [docs.relai.ai](http://docs.relai.ai)
413
417
  - 🧪 **Examples:** [relai-sdk/examples](examples)
418
+ - 📓 **Notebooks:** [relai-sdk/notebooks](notebooks)
414
419
  - 📖 **Tutorials:** [docs.relai.ai/tutorials/index.html](https://docs.relai.ai/tutorials/index.html)
415
420
  - 🌐 **Website:** [relai.ai](https://relai.ai)
416
421
  - 📰 **Maestro Technical Report:** [ArXiV](https://arxiv.org/abs/2509.04642)
@@ -21,8 +21,8 @@ relai/mocker/base_mocker.py,sha256=BL4WYtdxWHZdKICfo9idW5i5MrkoxJDElcoeGk-jaJM,9
21
21
  relai/mocker/persona.py,sha256=q2A_lwYrp7H6sKkguMIPl7FQ_6pL4kTaxGBJ1kU2aGA,6678
22
22
  relai/mocker/tool.py,sha256=dHXkVcD9D6HMNlBj13V7GTgW_99a_-3tf9rC6iLDFn8,2229
23
23
  relai/schema/visual.py,sha256=Y6BP5CHxLU0e7sTfNjgKmG2GD0R9a8rvITusxd-d-UE,2443
24
- relai-0.3.6.dist-info/licenses/LICENSE.md,sha256=UNo7WT0mbmbUFjRGzRGaBtybmBPB7xd2ls9tfCkv0oc,10979
25
- relai-0.3.6.dist-info/METADATA,sha256=5kBjNEW1s9Hr9oGi_rrGfkcjBaktRlEAuICcCx4LlC4,23545
26
- relai-0.3.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
27
- relai-0.3.6.dist-info/top_level.txt,sha256=pRyA93fRj-HsukRNHyS4sHdvLO4TY8VvBMK44KcxRA4,6
28
- relai-0.3.6.dist-info/RECORD,,
24
+ relai-0.3.8.dist-info/licenses/LICENSE.md,sha256=UNo7WT0mbmbUFjRGzRGaBtybmBPB7xd2ls9tfCkv0oc,10979
25
+ relai-0.3.8.dist-info/METADATA,sha256=sWrYETOXfDsS2AnbLJo2VjrJOlbHUfXYUJsfAMnynrU,23774
26
+ relai-0.3.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
27
+ relai-0.3.8.dist-info/top_level.txt,sha256=pRyA93fRj-HsukRNHyS4sHdvLO4TY8VvBMK44KcxRA4,6
28
+ relai-0.3.8.dist-info/RECORD,,
File without changes