idun-agent-schema 0.1.5__py3-none-any.whl → 0.1.6__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.

Potentially problematic release.


This version of idun-agent-schema might be problematic. Click here for more details.

@@ -4,9 +4,10 @@ from typing import Literal
4
4
 
5
5
  from pydantic import BaseModel, Field
6
6
 
7
+ from idun_agent_schema.engine.haystack import HaystackAgentConfig
8
+
7
9
  from .agent import BaseAgentConfig
8
10
  from .langgraph import LangGraphAgentConfig
9
- from .haystack import HaystackAgentConfig
10
11
  from .server import ServerConfig
11
12
 
12
13
 
@@ -14,9 +15,7 @@ class AgentConfig(BaseModel):
14
15
  """Configuration for agent specification and settings."""
15
16
 
16
17
  type: Literal["langgraph", "ADK", "CREWAI", "haystack"] = Field(default="langgraph")
17
- config: BaseAgentConfig | HaystackAgentConfig | LangGraphAgentConfig = Field(
18
- default_factory=BaseAgentConfig
19
- )
18
+ config: BaseAgentConfig | HaystackAgentConfig | LangGraphAgentConfig
20
19
 
21
20
 
22
21
  class EngineConfig(BaseModel):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: idun-agent-schema
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: Centralized Pydantic schema library for Idun Agent Engine and Manager
5
5
  Project-URL: Homepage, https://github.com/geoffreyharrazi/idun-agent-platform
6
6
  Project-URL: Repository, https://github.com/geoffreyharrazi/idun-agent-platform
@@ -3,7 +3,7 @@ idun_agent_schema/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  idun_agent_schema/engine/__init__.py,sha256=plofpa3TTjiA-HiTuxW0lxJRpGYWRdSzrKdOYj13PAo,389
4
4
  idun_agent_schema/engine/agent.py,sha256=gGJ8IK5ubgSG_wVau9xdCI9zU6thvlPgL_I2EWcjWNw,585
5
5
  idun_agent_schema/engine/api.py,sha256=e9JWOc5thEYLJ47Ok4xdyIF8whvsSqNf0L_0tVIiE1k,655
6
- idun_agent_schema/engine/config.py,sha256=wRcttAF-LWC5ml6YlYCcaPxmP-xkJW8CGG6ICN9Bcf0,775
6
+ idun_agent_schema/engine/config.py,sha256=gaUZpLOwz4slq9bOKt1wczZN2nwe-mzykPJbglg-I2w,745
7
7
  idun_agent_schema/engine/haystack.py,sha256=8b_aK09z7rNpyrhbo1fxSrAn9vPZvQ0hcm_azaHNDl8,375
8
8
  idun_agent_schema/engine/langgraph.py,sha256=AcSXiMpFrmrTeDxdy_wD-zT1LitYfauzofWW-L9yiPs,1323
9
9
  idun_agent_schema/engine/server.py,sha256=n_6bwI-LWa6UcS-h9Krfmc2MpvgyckVKdRhLzBWmFjI,353
@@ -17,6 +17,6 @@ idun_agent_schema/manager/errors.py,sha256=F23h4SLPHm_uESFXukkg3kwkA5q0M_uQbxAbX
17
17
  idun_agent_schema/manager/settings.py,sha256=OQFYJTEjjqKiGK27gsS_HCYBRlR1CgET8qlUB41PcKE,5952
18
18
  idun_agent_schema/shared/__init__.py,sha256=W311ImbwfZkQ-cZzhu1813DXo8N75a6ti5PJAlLntTo,156
19
19
  idun_agent_schema/shared/observability.py,sha256=fls-zS1r2fbPcXdVRduTkedzfuh-ZsLzYV7hRkQ5eJ0,1797
20
- idun_agent_schema-0.1.5.dist-info/METADATA,sha256=gI4fjtkwDl9doUSwwIy6LI657dtjhU2QfA4-PcLbuN0,1331
21
- idun_agent_schema-0.1.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
22
- idun_agent_schema-0.1.5.dist-info/RECORD,,
20
+ idun_agent_schema-0.1.6.dist-info/METADATA,sha256=XxKIynBSty65X98LcYhk4HdKuVa4GTzmEv63dih2V88,1331
21
+ idun_agent_schema-0.1.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
22
+ idun_agent_schema-0.1.6.dist-info/RECORD,,