traia-iatp 0.1.11__tar.gz → 0.1.13__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.

Potentially problematic release.


This version of traia-iatp might be problematic. Click here for more details.

Files changed (80) hide show
  1. {traia_iatp-0.1.11/src/traia_iatp.egg-info → traia_iatp-0.1.13}/PKG-INFO +21 -17
  2. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/pyproject.toml +23 -17
  3. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/core/models.py +3 -3
  4. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/mcp/mcp_agent_template.py +2 -1
  5. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/mcp/templates/pyproject.toml.j2 +3 -3
  6. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/templates/agent.py.j2 +8 -0
  7. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/templates/agent_executor.py.j2 +12 -2
  8. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/templates/env.example.j2 +4 -1
  9. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/templates/pyproject.toml.j2 +10 -11
  10. {traia_iatp-0.1.11 → traia_iatp-0.1.13/src/traia_iatp.egg-info}/PKG-INFO +21 -17
  11. traia_iatp-0.1.13/src/traia_iatp.egg-info/requires.txt +33 -0
  12. traia_iatp-0.1.11/src/traia_iatp.egg-info/requires.txt +0 -28
  13. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/LICENSE +0 -0
  14. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/README.md +0 -0
  15. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/setup.cfg +0 -0
  16. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/README.md +0 -0
  17. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/__init__.py +0 -0
  18. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/cli/__init__.py +0 -0
  19. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/cli/main.py +0 -0
  20. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/client/__init__.py +0 -0
  21. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/client/a2a_client.py +0 -0
  22. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/client/crewai_a2a_tools.py +0 -0
  23. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/client/grpc_a2a_tools.py +0 -0
  24. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/client/root_path_a2a_client.py +0 -0
  25. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/core/__init__.py +0 -0
  26. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/mcp/__init__.py +0 -0
  27. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/mcp/client.py +0 -0
  28. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/mcp/templates/Dockerfile.j2 +0 -0
  29. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/mcp/templates/README.md.j2 +0 -0
  30. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/mcp/templates/cursor-rules.md.j2 +0 -0
  31. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/mcp/templates/deployment_params.json.j2 +0 -0
  32. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/mcp/templates/docker-compose.yml.j2 +0 -0
  33. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/mcp/templates/dockerignore.j2 +0 -0
  34. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/mcp/templates/gitignore.j2 +0 -0
  35. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/mcp/templates/mcp_health_check.py.j2 +0 -0
  36. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/mcp/templates/run_local_docker.sh.j2 +0 -0
  37. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/mcp/templates/server.py.j2 +0 -0
  38. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/mcp/traia_mcp_adapter.py +0 -0
  39. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/preview_diagrams.html +0 -0
  40. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/registry/__init__.py +0 -0
  41. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/registry/atlas_search_indexes.json +0 -0
  42. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/registry/embeddings.py +0 -0
  43. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/registry/iatp_search_api.py +0 -0
  44. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/registry/mongodb_registry.py +0 -0
  45. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/registry/readmes/ATLAS_SEARCH_INDEXES.md +0 -0
  46. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/registry/readmes/ATLAS_SEARCH_SETUP.md +0 -0
  47. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/registry/readmes/AUTHENTICATION_UPDATE.md +0 -0
  48. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/registry/readmes/EMBEDDINGS_SETUP.md +0 -0
  49. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/registry/readmes/IATP_SEARCH_API_GUIDE.md +0 -0
  50. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/registry/readmes/MONGODB_X509_AUTH.md +0 -0
  51. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/registry/readmes/README.md +0 -0
  52. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/registry/readmes/REFACTORING_SUMMARY.md +0 -0
  53. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/__init__.py +0 -0
  54. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/a2a_server.py +0 -0
  55. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/example_template_usage.py +0 -0
  56. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/iatp_server_agent_generator.py +0 -0
  57. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/iatp_server_template_generator.py +0 -0
  58. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/templates/.dockerignore.j2 +0 -0
  59. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/templates/Dockerfile.j2 +0 -0
  60. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/templates/README.md +0 -0
  61. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/templates/README.md.j2 +0 -0
  62. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/templates/__init__.py +0 -0
  63. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/templates/__main__.py.j2 +0 -0
  64. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/templates/agent_config.json.j2 +0 -0
  65. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/templates/docker-compose.yml.j2 +0 -0
  66. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/templates/gitignore.j2 +0 -0
  67. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/templates/grpc_server.py.j2 +0 -0
  68. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/templates/run_local_docker.sh.j2 +0 -0
  69. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/server/templates/server.py.j2 +0 -0
  70. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/special_agencies/__init__.py +0 -0
  71. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/special_agencies/registry_search_agency.py +0 -0
  72. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/utils/__init__.py +0 -0
  73. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/utils/docker_utils.py +0 -0
  74. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/utils/general.py +0 -0
  75. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp/utils/iatp_utils.py +0 -0
  76. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp.egg-info/SOURCES.txt +0 -0
  77. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp.egg-info/dependency_links.txt +0 -0
  78. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp.egg-info/entry_points.txt +0 -0
  79. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/src/traia_iatp.egg-info/top_level.txt +0 -0
  80. {traia_iatp-0.1.11 → traia_iatp-0.1.13}/tests/test_configuration.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: traia-iatp
3
- Version: 0.1.11
3
+ Version: 0.1.13
4
4
  Summary: Inter-Agent Transfer Protocol (IATP) - Enable AI Agents to utilize other AI Agents as tools
5
5
  Project-URL: Documentation, https://pypi.org/project/traia-iatp
6
6
  Project-URL: Source, https://github.com/Traia-IO/IATP
@@ -12,31 +12,35 @@ Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
13
  Requires-Dist: a2a-sdk==0.2.6
14
14
  Requires-Dist: aiohttp>=3.12.13
15
- Requires-Dist: crewai>=0.130.0
16
- Requires-Dist: crewai-tools[mcp]>=0.47.1
15
+ Requires-Dist: crewai>=0.203.1
16
+ Requires-Dist: crewai-tools[mcp]>=0.76.0
17
17
  Requires-Dist: docker>=7.1.0
18
- Requires-Dist: fastapi>=0.115.12
19
- Requires-Dist: fastmcp>=2.8.1
20
- Requires-Dist: httpx>=0.28.1
18
+ Requires-Dist: fastapi>=0.119.0
19
+ Requires-Dist: fastmcp>=2.12.5
20
+ Requires-Dist: httpx[http2]>=0.28.1
21
21
  Requires-Dist: jinja2>=3.1.6
22
- Requires-Dist: openai>=1.90.0
23
- Requires-Dist: pydantic>=2.11.5
24
- Requires-Dist: pymongo[aws]>=4.13.2
25
- Requires-Dist: python-dotenv>=1.1.0
22
+ Requires-Dist: openai>=1.109.1
23
+ Requires-Dist: pydantic>=2.12.2
24
+ Requires-Dist: pymongo[aws]>=4.15.3
25
+ Requires-Dist: python-dotenv>=1.1.1
26
26
  Requires-Dist: pytz>=2025.2
27
- Requires-Dist: requests>=2.32.3
28
- Requires-Dist: rich>=13.9.4
29
- Requires-Dist: typer>=0.16.0
30
- Requires-Dist: uvicorn>=0.34.3
31
- Requires-Dist: agentops>=0.3.0
32
- Requires-Dist: dnspython>=2.7.0
27
+ Requires-Dist: requests>=2.32.5
28
+ Requires-Dist: rich>=14.2.0
29
+ Requires-Dist: typer>=0.19.2
30
+ Requires-Dist: uvicorn>=0.37.0
31
+ Requires-Dist: agentops>=0.4.21
32
+ Requires-Dist: dnspython>=2.8.0
33
33
  Provides-Extra: dev
34
- Requires-Dist: pytest>=7.0.0; extra == "dev"
34
+ Requires-Dist: pytest>=8.4.2; extra == "dev"
35
35
  Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
36
36
  Requires-Dist: black>=23.0.0; extra == "dev"
37
37
  Requires-Dist: flake8>=6.0.0; extra == "dev"
38
38
  Requires-Dist: mypy>=1.0.0; extra == "dev"
39
39
  Requires-Dist: pre-commit>=3.0.0; extra == "dev"
40
+ Provides-Extra: publish
41
+ Requires-Dist: wheel; extra == "publish"
42
+ Requires-Dist: twine; extra == "publish"
43
+ Requires-Dist: build; extra == "publish"
40
44
  Dynamic: license-file
41
45
 
42
46
  # Traia IATP
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "traia-iatp"
7
- version = "0.1.11"
7
+ version = "0.1.13"
8
8
  description = "Inter-Agent Transfer Protocol (IATP) - Enable AI Agents to utilize other AI Agents as tools"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
@@ -17,29 +17,29 @@ classifiers = [
17
17
  dependencies = [
18
18
  "a2a-sdk==0.2.6",
19
19
  "aiohttp>=3.12.13",
20
- "crewai>=0.130.0",
21
- "crewai-tools[mcp]>=0.47.1",
20
+ "crewai>=0.203.1",
21
+ "crewai-tools[mcp]>=0.76.0",
22
22
  "docker>=7.1.0",
23
- "fastapi>=0.115.12",
24
- "fastmcp>=2.8.1",
25
- "httpx>=0.28.1",
23
+ "fastapi>=0.119.0",
24
+ "fastmcp>=2.12.5",
25
+ "httpx[http2]>=0.28.1",
26
26
  "jinja2>=3.1.6",
27
- "openai>=1.90.0",
28
- "pydantic>=2.11.5",
29
- "pymongo[aws]>=4.13.2",
30
- "python-dotenv>=1.1.0",
27
+ "openai>=1.109.1",
28
+ "pydantic>=2.12.2",
29
+ "pymongo[aws]>=4.15.3",
30
+ "python-dotenv>=1.1.1",
31
31
  "pytz>=2025.2",
32
- "requests>=2.32.3",
33
- "rich>=13.9.4",
34
- "typer>=0.16.0",
35
- "uvicorn>=0.34.3",
36
- "agentops>=0.3.0",
37
- "dnspython>=2.7.0",
32
+ "requests>=2.32.5",
33
+ "rich>=14.2.0",
34
+ "typer>=0.19.2",
35
+ "uvicorn>=0.37.0",
36
+ "agentops>=0.4.21",
37
+ "dnspython>=2.8.0",
38
38
  ]
39
39
 
40
40
  [project.optional-dependencies]
41
41
  dev = [
42
- "pytest>=7.0.0",
42
+ "pytest>=8.4.2",
43
43
  "pytest-cov>=4.0.0",
44
44
  "black>=23.0.0",
45
45
  "flake8>=6.0.0",
@@ -47,6 +47,12 @@ dev = [
47
47
  "pre-commit>=3.0.0"
48
48
  ]
49
49
 
50
+ publish = [
51
+ "wheel",
52
+ "twine",
53
+ "build"
54
+ ]
55
+
50
56
  [project.urls]
51
57
  "Documentation" = "https://pypi.org/project/traia-iatp"
52
58
  "Source" = "https://github.com/Traia-IO/IATP"
@@ -21,7 +21,7 @@ class MCPServer(BaseModel):
21
21
  capabilities: List[str] = Field(default_factory=list, description="List of capabilities/APIs")
22
22
  metadata: Dict[str, Any] = Field(default_factory=dict, description="Additional metadata")
23
23
 
24
- class Config:
24
+ class ConfigDict:
25
25
  json_encoders = {HttpUrl: str}
26
26
 
27
27
 
@@ -113,7 +113,7 @@ class UtilityAgent(BaseModel):
113
113
  updated_at: datetime = Field(default_factory=datetime.utcnow)
114
114
  metadata: Dict[str, Any] = Field(default_factory=dict, description="Additional metadata")
115
115
 
116
- class Config:
116
+ class ConfigDict:
117
117
  json_encoders = {HttpUrl: str, datetime: lambda v: v.isoformat()}
118
118
 
119
119
 
@@ -143,7 +143,7 @@ class UtilityAgentRegistryEntry(BaseModel):
143
143
  last_health_check: Optional[datetime] = Field(None, description="Last successful health check")
144
144
  is_active: bool = Field(default=True, description="Whether the agent is active")
145
145
 
146
- class Config:
146
+ class ConfigDict:
147
147
  json_encoders = {HttpUrl: str, datetime: lambda v: v.isoformat()}
148
148
 
149
149
 
@@ -335,7 +335,8 @@ def run_with_mcp_tools(
335
335
  agents=agents,
336
336
  tasks=tasks,
337
337
  verbose=verbose,
338
- process=process
338
+ process=process,
339
+ tracing=True if os.getenv("AGENTOPS_API_KEY") else False,
339
340
  )
340
341
 
341
342
  # Kickoff the crew with inputs
@@ -4,10 +4,10 @@ version = "0.1.0"
4
4
  description = "MCP server for {{ api_name }} API{% if auth_description %} with authentication support{% endif %}"
5
5
  requires-python = ">=3.12"
6
6
  dependencies = [
7
- "fastmcp>=2.10.1",
7
+ "fastmcp>=2.12.5",
8
8
  "python-dotenv>=1.1.1",
9
- "requests>=2.32.4",
10
- "starlette>=0.46.2",
9
+ "requests>=2.32.5",
10
+ "starlette>=0.48.0",
11
11
  "retry>=0.9.2",
12
12
  {% if sdk_package %}
13
13
  "{{ sdk_package }}",
@@ -25,8 +25,15 @@ except ImportError:
25
25
  def operation(func):
26
26
  return func
27
27
 
28
+ DEFAULT_LLM = LLM(
29
+ model=os.getenv("LLM_MODEL", "gpt-4.1-nano"), # Using environment variable with fallback
30
+ temperature=os.getenv("LLM_MODEL_TEMPERATURE", 0.1),
31
+ api_key=os.getenv("OPENAI_API_KEY")
32
+ )
33
+
28
34
  logger = logging.getLogger(__name__)
29
35
 
36
+ logger.info(f"Current LLM model used: {os.getenv("LLM_MODEL", "gpt-4.1-nano")}")
30
37
 
31
38
  class {{ class_name }}Agent:
32
39
  """{{ agent_name }} agent that processes requests using {{ mcp_server_name }}."""
@@ -61,6 +68,7 @@ class {{ class_name }}Agent:
61
68
  ),
62
69
  verbose=True,
63
70
  allow_delegation=False,
71
+ llm=DEFAULT_LLM,
64
72
  tools_subset=tools_subset
65
73
  )
66
74
 
@@ -17,7 +17,7 @@ from a2a.server.agent_execution import AgentExecutor, RequestContext
17
17
  from a2a.server.events.event_queue import EventQueue
18
18
  from a2a.types import Message, TextPart
19
19
  from a2a.utils import new_agent_text_message
20
- from crewai import Task
20
+ from crewai import Task, LLM
21
21
  from traia_iatp.mcp import MCPServerConfig, MCPAgentBuilder, run_with_mcp_tools, MCPServerInfo
22
22
 
23
23
  # Import AgentOps for operation tracking
@@ -32,8 +32,17 @@ except ImportError:
32
32
  def operation(func):
33
33
  return func
34
34
 
35
+
36
+ DEFAULT_LLM = LLM(
37
+ model=os.getenv("LLM_MODEL", "gpt-4.1-nano"), # Using environment variable with fallback
38
+ temperature=os.getenv("LLM_MODEL_TEMPERATURE", 0.1),
39
+ api_key=os.getenv("OPENAI_API_KEY")
40
+ )
41
+
35
42
  logger = logging.getLogger(__name__)
36
43
 
44
+ logger.info(f"Current LLM model used: {os.getenv("LLM_MODEL", "gpt-4.1-nano")}")
45
+
37
46
  # Create a thread pool for CPU-bound CrewAI operations
38
47
  executor = ThreadPoolExecutor(max_workers=10)
39
48
 
@@ -129,7 +138,8 @@ class {{ class_name }}AgentExecutor(AgentExecutor):
129
138
  agent = MCPAgentBuilder.create_agent(
130
139
  role=f"{{ agent_name }} Specialist",
131
140
  goal=f"Process the request using {self.mcp_config.name} capabilities",
132
- backstory=f"You are an expert at using {self.mcp_config.name}. {self.mcp_config.description}"
141
+ backstory=f"You are an expert at using {self.mcp_config.name}. {self.mcp_config.description}",
142
+ llm=DEFAULT_LLM
133
143
  )
134
144
 
135
145
  # Create a task
@@ -9,7 +9,10 @@ HOST=0.0.0.0
9
9
  AGENTOPS_API_KEY=your-agentops-api-key-here
10
10
 
11
11
  # Language Model Configuration
12
- LLM_MODEL=openai/gpt-4.1
12
+ LLM_MODEL=your-llm-model-name
13
+ LLM_MODEL_TEMPERATURE=your-llm-model-temperature
14
+ EMBEDDINGS_OPENAI_MODEL_NAME=your-embedding-model
15
+
13
16
  # You can also use other models:
14
17
  # LLM_MODEL=vertex_ai/gemini-2.0-flash
15
18
  # LLM_MODEL=anthropic/claude-4-sonnetf
@@ -5,18 +5,18 @@ description = "{{ agent_description }}"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
7
7
  dependencies = [
8
- "crewai>=0.130.0",
9
- "crewai-tools[mcp]>=0.47.1",
10
- "agentops>=0.3.0",
8
+ "crewai>=0.203.1",
9
+ "crewai-tools[mcp]>=0.76.0",
10
+ "agentops>=0.4.21",
11
11
  "a2a-sdk>=0.2.6",
12
- "fastmcp>=2.8.1",
12
+ "fastmcp>=2.12.5",
13
13
  "hypercorn>=0.17.3", # HTTP/2 support via h2 dependency
14
14
  "httpx[http2]>=0.28.1", # HTTP/2 support with http2 extra
15
- "starlette>=0.46.2", # For SSE streaming support
16
- "sse-starlette>=2.3.6", # Server-Sent Events support
17
- "pydantic>=2.11.0",
18
- "python-dotenv>=1.1.0",
19
- "pymongo>=4.13.0", # Required for MCP registry
15
+ "starlette>=0.48.0", # For SSE streaming support
16
+ "sse-starlette>=3.0.2", # Server-Sent Events support
17
+ "pydantic>=2.12.2",
18
+ "python-dotenv>=1.1.1",
19
+ "pymongo>=4.15.3", # Required for MCP registry
20
20
  "traia-iatp", # Core IATP functionality - always use latest version
21
21
  {% for dep in additional_dependencies %}
22
22
  "{{ dep }}",
@@ -30,8 +30,7 @@ grpc = [
30
30
  "grpcio-reflection>=1.71.0",
31
31
  ]
32
32
 
33
- [tool.uv]
34
- dev-dependencies = [
33
+ dev = [
35
34
  "pytest>=7.0.0",
36
35
  "pytest-asyncio>=0.21.0",
37
36
  "black>=23.0.0",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: traia-iatp
3
- Version: 0.1.11
3
+ Version: 0.1.13
4
4
  Summary: Inter-Agent Transfer Protocol (IATP) - Enable AI Agents to utilize other AI Agents as tools
5
5
  Project-URL: Documentation, https://pypi.org/project/traia-iatp
6
6
  Project-URL: Source, https://github.com/Traia-IO/IATP
@@ -12,31 +12,35 @@ Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
13
  Requires-Dist: a2a-sdk==0.2.6
14
14
  Requires-Dist: aiohttp>=3.12.13
15
- Requires-Dist: crewai>=0.130.0
16
- Requires-Dist: crewai-tools[mcp]>=0.47.1
15
+ Requires-Dist: crewai>=0.203.1
16
+ Requires-Dist: crewai-tools[mcp]>=0.76.0
17
17
  Requires-Dist: docker>=7.1.0
18
- Requires-Dist: fastapi>=0.115.12
19
- Requires-Dist: fastmcp>=2.8.1
20
- Requires-Dist: httpx>=0.28.1
18
+ Requires-Dist: fastapi>=0.119.0
19
+ Requires-Dist: fastmcp>=2.12.5
20
+ Requires-Dist: httpx[http2]>=0.28.1
21
21
  Requires-Dist: jinja2>=3.1.6
22
- Requires-Dist: openai>=1.90.0
23
- Requires-Dist: pydantic>=2.11.5
24
- Requires-Dist: pymongo[aws]>=4.13.2
25
- Requires-Dist: python-dotenv>=1.1.0
22
+ Requires-Dist: openai>=1.109.1
23
+ Requires-Dist: pydantic>=2.12.2
24
+ Requires-Dist: pymongo[aws]>=4.15.3
25
+ Requires-Dist: python-dotenv>=1.1.1
26
26
  Requires-Dist: pytz>=2025.2
27
- Requires-Dist: requests>=2.32.3
28
- Requires-Dist: rich>=13.9.4
29
- Requires-Dist: typer>=0.16.0
30
- Requires-Dist: uvicorn>=0.34.3
31
- Requires-Dist: agentops>=0.3.0
32
- Requires-Dist: dnspython>=2.7.0
27
+ Requires-Dist: requests>=2.32.5
28
+ Requires-Dist: rich>=14.2.0
29
+ Requires-Dist: typer>=0.19.2
30
+ Requires-Dist: uvicorn>=0.37.0
31
+ Requires-Dist: agentops>=0.4.21
32
+ Requires-Dist: dnspython>=2.8.0
33
33
  Provides-Extra: dev
34
- Requires-Dist: pytest>=7.0.0; extra == "dev"
34
+ Requires-Dist: pytest>=8.4.2; extra == "dev"
35
35
  Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
36
36
  Requires-Dist: black>=23.0.0; extra == "dev"
37
37
  Requires-Dist: flake8>=6.0.0; extra == "dev"
38
38
  Requires-Dist: mypy>=1.0.0; extra == "dev"
39
39
  Requires-Dist: pre-commit>=3.0.0; extra == "dev"
40
+ Provides-Extra: publish
41
+ Requires-Dist: wheel; extra == "publish"
42
+ Requires-Dist: twine; extra == "publish"
43
+ Requires-Dist: build; extra == "publish"
40
44
  Dynamic: license-file
41
45
 
42
46
  # Traia IATP
@@ -0,0 +1,33 @@
1
+ a2a-sdk==0.2.6
2
+ aiohttp>=3.12.13
3
+ crewai>=0.203.1
4
+ crewai-tools[mcp]>=0.76.0
5
+ docker>=7.1.0
6
+ fastapi>=0.119.0
7
+ fastmcp>=2.12.5
8
+ httpx[http2]>=0.28.1
9
+ jinja2>=3.1.6
10
+ openai>=1.109.1
11
+ pydantic>=2.12.2
12
+ pymongo[aws]>=4.15.3
13
+ python-dotenv>=1.1.1
14
+ pytz>=2025.2
15
+ requests>=2.32.5
16
+ rich>=14.2.0
17
+ typer>=0.19.2
18
+ uvicorn>=0.37.0
19
+ agentops>=0.4.21
20
+ dnspython>=2.8.0
21
+
22
+ [dev]
23
+ pytest>=8.4.2
24
+ pytest-cov>=4.0.0
25
+ black>=23.0.0
26
+ flake8>=6.0.0
27
+ mypy>=1.0.0
28
+ pre-commit>=3.0.0
29
+
30
+ [publish]
31
+ wheel
32
+ twine
33
+ build
@@ -1,28 +0,0 @@
1
- a2a-sdk==0.2.6
2
- aiohttp>=3.12.13
3
- crewai>=0.130.0
4
- crewai-tools[mcp]>=0.47.1
5
- docker>=7.1.0
6
- fastapi>=0.115.12
7
- fastmcp>=2.8.1
8
- httpx>=0.28.1
9
- jinja2>=3.1.6
10
- openai>=1.90.0
11
- pydantic>=2.11.5
12
- pymongo[aws]>=4.13.2
13
- python-dotenv>=1.1.0
14
- pytz>=2025.2
15
- requests>=2.32.3
16
- rich>=13.9.4
17
- typer>=0.16.0
18
- uvicorn>=0.34.3
19
- agentops>=0.3.0
20
- dnspython>=2.7.0
21
-
22
- [dev]
23
- pytest>=7.0.0
24
- pytest-cov>=4.0.0
25
- black>=23.0.0
26
- flake8>=6.0.0
27
- mypy>=1.0.0
28
- pre-commit>=3.0.0
File without changes
File without changes
File without changes