@punktechnologies/sdk 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @punktechnologies/sdk
2
2
 
3
- OpenAI-compatible AI gateway SDK for agent tracing, tool caching, governance, observability, and cost optimization.
3
+ Gateway Agnostic AI runtime SDK for OpenAI, Anthropic, OpenRouter, and more, with agent tracing, tool caching, governance, observability, and cost optimization.
4
4
 
5
5
  Punk is the adaptive runtime for production AI agents. Put the gateway between your agents and model providers, then use this SDK where gateway traffic alone cannot see enough context: tool tracing, side-effect declarations, tool-result caching, semantic web fetches, feedback, receipts, evidence packets, MCP registry helpers, prompt ingest, and learning/artifact APIs.
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@punktechnologies/sdk",
3
- "version": "0.1.1",
4
- "description": "OpenAI-compatible AI gateway SDK for agent tracing, tool caching, governance, observability, and cost optimization.",
3
+ "version": "0.1.2",
4
+ "description": "Gateway Agnostic AI runtime SDK for OpenAI, Anthropic, OpenRouter, and more, with agent tracing, tool caching, governance, observability, and cost optimization.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "packageManager": "bun@1.3.5",