idun-agent-schema 0.1.2__py3-none-any.whl → 0.1.3__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.
@@ -4,6 +4,8 @@ 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
11
  from .server import ServerConfig
@@ -13,9 +15,11 @@ class AgentConfig(BaseModel):
13
15
  """Configuration for agent specification and settings."""
14
16
 
15
17
  type: Literal["langgraph", "ADK", "CREWAI", "haystack"] = Field(default="langgraph")
16
- config: BaseAgentConfig | LangGraphAgentConfig = Field(
17
- default_factory=BaseAgentConfig
18
- )
18
+
19
+
20
+ config: BaseAgentConfig | HaystackAgentConfig | LangGraphAgentConfig = Field(
21
+ default_factory=BaseAgentConfig
22
+ )
19
23
 
20
24
 
21
25
  class EngineConfig(BaseModel):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: idun-agent-schema
3
- Version: 0.1.2
3
+ Version: 0.1.3
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=bQ3Vjuop1R1-4GbsBxtSem-wGKJnJoo8QSDgArShmqM,378
4
4
  idun_agent_schema/engine/agent.py,sha256=KNzNMJcqjlczQL23Uqdkpcf2-b37p8vHkI5EZIdTHmE,569
5
5
  idun_agent_schema/engine/api.py,sha256=sN1QGQAuUb4znhR8QJ434sKblEJbDoXQfC4K7L9yyPQ,626
6
- idun_agent_schema/engine/config.py,sha256=dtirvwoyHwnJ4XY0dxHhEeb1lLG8laVPTsv42_CRr7k,711
6
+ idun_agent_schema/engine/config.py,sha256=bhROHb4rms97F2Ge8rRNaC7R-75LklSo2PIj787Y-Nc,790
7
7
  idun_agent_schema/engine/haystack.py,sha256=knpJTW4Er2JxRfuqGgDEjcxfHzaQrNXgLfLvsXeXo_s,332
8
8
  idun_agent_schema/engine/langgraph.py,sha256=m6_xvMaCgkO1O3pf2M6NaBz3ASkjn8XGFeEcXvIr4sQ,1276
9
9
  idun_agent_schema/engine/server.py,sha256=uEuTi2ow2WOzCW4okqZmgwqEBtekgeA928Yq_gc48jU,338
@@ -17,6 +17,6 @@ idun_agent_schema/manager/errors.py,sha256=wPb6DHMd7mU9MnGBZw6U51JxJfKxuVKEHSbS1
17
17
  idun_agent_schema/manager/settings.py,sha256=Z3j18AayZxjhVy2JwbqKOgVA-GGBiGUsUj6Q0e9jCN0,5791
18
18
  idun_agent_schema/shared/__init__.py,sha256=C0g2hEWT5EwYdLya7oHmXdMTFOGHVINIxeFV2j2MpXw,151
19
19
  idun_agent_schema/shared/observability.py,sha256=EL0h0qSJ7gByMCASYkQRlPv5szffJ6aYY6699TZ6uRM,1741
20
- idun_agent_schema-0.1.2.dist-info/METADATA,sha256=Ie4I9Hc1BEWLV2vXC0d8pdD7vzlVsqgIQ_7oAmMoNLY,1331
21
- idun_agent_schema-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
22
- idun_agent_schema-0.1.2.dist-info/RECORD,,
20
+ idun_agent_schema-0.1.3.dist-info/METADATA,sha256=4xVe9RpmYiqHzZG_0goQXGG_f_cSvKjpMruo9WftC_0,1331
21
+ idun_agent_schema-0.1.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
22
+ idun_agent_schema-0.1.3.dist-info/RECORD,,