gateforge-sdk 0.2.9__tar.gz → 0.2.10__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.
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/PKG-INFO +1 -1
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/context.py +1 -2
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/pyproject.toml +1 -1
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/.env.example +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/.gitignore +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/.pypirc.example +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/INSTALL.md +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/LICENSE +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/MANIFEST.in +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/PUBLISHING.md +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/PUBLISH_NOW.md +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/README.md +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/__init__.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/ab/__init__.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/ab/engine.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/client.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/config.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/features/__init__.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/guardrails/__init__.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/guardrails/engine.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/metrics.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/options.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/pii.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/pricing.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/prompt.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/providers/__init__.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/providers/anthropic.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/providers/gemini.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/providers/openai.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/response.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/session_manager.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/tracing.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/wrappers/__init__.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/wrappers/anthropic.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/wrappers/gemini.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/gateforge/wrappers/openai.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/tests/__init__.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/tests/test_metrics.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/tests/test_phase1.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/tests/test_phase2.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/tests/test_phase3.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/tests/test_pii.py +0 -0
- {gateforge_sdk-0.2.9 → gateforge_sdk-0.2.10}/tests/test_providers.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gateforge-sdk
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.10
|
|
4
4
|
Summary: Privacy-first LLMOps SDK — Auto-init, decorators, session management, prompt system with cache
|
|
5
5
|
Project-URL: Homepage, https://gateforge.dev
|
|
6
6
|
Project-URL: Documentation, https://gateforge.dev/docs
|
|
@@ -227,7 +227,7 @@ def agent(
|
|
|
227
227
|
event_type="agent_start",
|
|
228
228
|
step=start_step,
|
|
229
229
|
content_preview=user_input[:500] if user_input else None,
|
|
230
|
-
metadata={"
|
|
230
|
+
metadata={"agent_name": name or fn.__name__},
|
|
231
231
|
)
|
|
232
232
|
|
|
233
233
|
# Enter trace context (only if not already in one)
|
|
@@ -248,7 +248,6 @@ def agent(
|
|
|
248
248
|
event_type="agent_end",
|
|
249
249
|
step=active_trace.step if active_trace else ctx.ctx.step,
|
|
250
250
|
content_preview=result_preview,
|
|
251
|
-
metadata={"success": True},
|
|
252
251
|
)
|
|
253
252
|
|
|
254
253
|
return result
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "gateforge-sdk"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.10"
|
|
8
8
|
description = "Privacy-first LLMOps SDK — Auto-init, decorators, session management, prompt system with cache"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
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
|