hivetrace 1.3.7__tar.gz → 1.3.8__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.
- {hivetrace-1.3.7 → hivetrace-1.3.8}/PKG-INFO +6 -1
- {hivetrace-1.3.7 → hivetrace-1.3.8}/README.md +5 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace.egg-info/PKG-INFO +6 -1
- {hivetrace-1.3.7 → hivetrace-1.3.8}/setup.py +1 -1
- {hivetrace-1.3.7 → hivetrace-1.3.8}/LICENSE +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/__init__.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/__init__.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/base_adapter.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/crewai/__init__.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/crewai/adapter.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/crewai/decorators.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/crewai/monitored_agent.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/crewai/monitored_crew.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/crewai/tool_wrapper.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/langchain/__init__.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/langchain/adapter.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/langchain/api.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/langchain/behavior_tracker.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/langchain/callback.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/langchain/decorators.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/langchain/models.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/openai_agents/__init__.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/openai_agents/adapter.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/openai_agents/models.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/openai_agents/tracing.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/utils/__init__.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/adapters/utils/logging.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/client/__init__.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/client/async_client.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/client/base.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/client/sync_client.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/errors/__init__.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/errors/api.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/errors/base.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/errors/network.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/errors/validation.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/handlers/__init__.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/handlers/error_handler.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/handlers/response_builder.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/models/__init__.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/models/requests.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/models/responses.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/utils/__init__.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/utils/error_helpers.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace/utils/uuid_generator.py +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace.egg-info/SOURCES.txt +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace.egg-info/dependency_links.txt +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace.egg-info/requires.txt +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/hivetrace.egg-info/top_level.txt +0 -0
- {hivetrace-1.3.7 → hivetrace-1.3.8}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: hivetrace
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.8
|
|
4
4
|
Summary: Hivetrace SDK for monitoring LLM applications
|
|
5
5
|
Home-page: http://hivetrace.ai
|
|
6
6
|
Author: Raft
|
|
@@ -909,3 +909,8 @@ def calculate_sum(a: int, b: int) -> int:
|
|
|
909
909
|
Add this tool to your agent’s `tools=[...]` — and its calls will appear in HiveTrace with inputs/outputs.
|
|
910
910
|
|
|
911
911
|
---
|
|
912
|
+
|
|
913
|
+
License
|
|
914
|
+
========
|
|
915
|
+
|
|
916
|
+
This project is licensed under Apache License 2.0.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: hivetrace
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.8
|
|
4
4
|
Summary: Hivetrace SDK for monitoring LLM applications
|
|
5
5
|
Home-page: http://hivetrace.ai
|
|
6
6
|
Author: Raft
|
|
@@ -909,3 +909,8 @@ def calculate_sum(a: int, b: int) -> int:
|
|
|
909
909
|
Add this tool to your agent’s `tools=[...]` — and its calls will appear in HiveTrace with inputs/outputs.
|
|
910
910
|
|
|
911
911
|
---
|
|
912
|
+
|
|
913
|
+
License
|
|
914
|
+
========
|
|
915
|
+
|
|
916
|
+
This project is licensed under Apache License 2.0.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|