idun-agent-engine 0.3.7__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,3 +1,3 @@
1
1
  """Version information for Idun Agent Engine."""
2
2
 
3
- __version__ = "0.3.7"
3
+ __version__ = "0.3.8"
@@ -10,7 +10,7 @@ from fastapi import FastAPI
10
10
 
11
11
  def run_server(
12
12
  app: FastAPI,
13
- host: str = "0.0.0.0",
13
+ host: str = "localhost",
14
14
  port: int = 8000,
15
15
  reload: bool = False,
16
16
  log_level: str = "info",
@@ -0,0 +1,5 @@
1
+ """Guardrails Hub integration module."""
2
+
3
+ from .guardrails_hub import GuardrailsHubGuardrail
4
+
5
+ __all__ = ["GuardrailsHubGuardrail"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: idun-agent-engine
3
- Version: 0.3.7
3
+ Version: 0.3.8
4
4
  Summary: Python SDK and runtime to serve AI agents with FastAPI, LangGraph, and observability.
5
5
  Project-URL: Homepage, https://github.com/geoffreyharrazi/idun-agent-platform
6
6
  Project-URL: Repository, https://github.com/geoffreyharrazi/idun-agent-platform
@@ -51,6 +51,7 @@ Requires-Dist: openinference-instrumentation-mcp<2.0.0,>=1.0.0
51
51
  Requires-Dist: openinference-instrumentation-vertexai<1.0.0,>=0.1.0
52
52
  Requires-Dist: opentelemetry-exporter-gcp-trace<2.0.0,>=1.6.0
53
53
  Requires-Dist: opentelemetry-exporter-otlp-proto-http<2.0.0,>=1.22.0
54
+ Requires-Dist: psycopg-binary<4.0.0,>=3.3.0
54
55
  Requires-Dist: pydantic<3.0.0,>=2.11.7
55
56
  Requires-Dist: python-dotenv>=1.1.1
56
57
  Requires-Dist: sqlalchemy<3.0.0,>=2.0.36
@@ -1,5 +1,5 @@
1
1
  idun_agent_engine/__init__.py,sha256=PhOL6foq5V0eXaoXw7xKUeCWXIWrOHrAFB8OuJnBqyM,550
2
- idun_agent_engine/_version.py,sha256=z2hK_m4Yg60RdhQxSCUFHXYxmOvDJRv_oAgn42_Qf40,72
2
+ idun_agent_engine/_version.py,sha256=hNwReGyE9t1S5T8WAGanaD7JpFmZcQzM10m8Q3DuHxs,72
3
3
  idun_agent_engine/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  idun_agent_engine/agent/__init__.py,sha256=foyOoRdI_04q1b6f2A5EXEpWSCKjZxpgWMWrKcsHNl8,220
5
5
  idun_agent_engine/agent/base.py,sha256=c-3gljSHQpm6aY0JNDmXkaPtcW55rXdsI8Cgv9l4bCs,3294
@@ -15,10 +15,10 @@ idun_agent_engine/core/__init__.py,sha256=F0DMDlWcSWS_1dvh3xMbrdcVvZRHVnoAFFgREu
15
15
  idun_agent_engine/core/app_factory.py,sha256=XiLrctFT_n8LP3flKFwJoJDbiWPiw98N9lbkpR8P1O0,2597
16
16
  idun_agent_engine/core/config_builder.py,sha256=HpKrWwpohuArICyuOd-0eUQMG0PP2ZfhZzRGjLP9yck,25841
17
17
  idun_agent_engine/core/engine_config.py,sha256=IR8WhbenDstNSL7ORrUW8AnzgS3exFQxtwip66pFhcM,545
18
- idun_agent_engine/core/server_runner.py,sha256=vLlgLQM-xyvFgJMgFW2eWZoN1oc0x9FGL6bH8WsF6O8,4897
18
+ idun_agent_engine/core/server_runner.py,sha256=DwN5kHiKVvUJLw5iSkaxs2rKRaMgOwSUZmeUPSuDbf8,4899
19
19
  idun_agent_engine/guardrails/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  idun_agent_engine/guardrails/base.py,sha256=rvi7gcuKK8-3GtGicWzMWYsKKv0g3LjGBI-FycxgKVU,814
21
- idun_agent_engine/guardrails/guardrails_hub/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
+ idun_agent_engine/guardrails/guardrails_hub/__init__.py,sha256=gz2E0wPBEKi69RRRgo3zDBYwaEyGxH6GDDNcG1l6Y3E,131
22
22
  idun_agent_engine/guardrails/guardrails_hub/guardrails_hub.py,sha256=DgcUIDy9_bcVcpYVvDJowFe_QVlCpEkr8hntPRgRmS0,3456
23
23
  idun_agent_engine/guardrails/guardrails_hub/utils.py,sha256=bC6-MsCVF7xKTr48z7OzJJUeWvqAB7BiHeNTiKsme70,20
24
24
  idun_agent_engine/mcp/__init__.py,sha256=tsX4sJa7UZD-lr8O1acMwDrdDWJc_hMlB9IrX1NH8Wk,255
@@ -55,7 +55,7 @@ idun_platform_cli/groups/agent/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
55
55
  idun_platform_cli/groups/agent/main.py,sha256=QMGQi3JZ76SeFI3miIjVWpMt0L-hGz5FwxtTPQX4-Uw,301
56
56
  idun_platform_cli/groups/agent/package.py,sha256=LdIFAcfrlUcCssmSliYQIi0NFMuVkpx6t8WhMHATan8,2525
57
57
  idun_platform_cli/groups/agent/serve.py,sha256=2AbL0G1WqR33jlyiGaNvAoPZ3G1o52KYUptz_HaAjIg,3863
58
- idun_agent_engine-0.3.7.dist-info/METADATA,sha256=Xsiq7-0pVgdBVenGMh0ebPzCNmFPb71BbYdookHqVA8,10648
59
- idun_agent_engine-0.3.7.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
60
- idun_agent_engine-0.3.7.dist-info/entry_points.txt,sha256=XG3oxlSOaCrYKT1oyhKa0Ag1iJPMZ-WF6gaV_mzIJW4,52
61
- idun_agent_engine-0.3.7.dist-info/RECORD,,
58
+ idun_agent_engine-0.3.8.dist-info/METADATA,sha256=apfZZSKN4HYplJPIUYOn1U9HGfgokVRcxLmspLwLJH0,10692
59
+ idun_agent_engine-0.3.8.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
60
+ idun_agent_engine-0.3.8.dist-info/entry_points.txt,sha256=XG3oxlSOaCrYKT1oyhKa0Ag1iJPMZ-WF6gaV_mzIJW4,52
61
+ idun_agent_engine-0.3.8.dist-info/RECORD,,