By time
Timeline
Newest packages up top. Use this as the fast view for what appeared when, which version was inspected, and which changes matter enough to click through.
- 2026-03 · @osdk/language-models A tiny package, but a clear public signal that Foundry model-proxy access is being normalized around the PlatformClient.
- Wraps `PlatformClient` auth and fetch behavior for OpenAI and Anthropic proxy endpoints.
- Does not ship an agent framework; it standardizes connection plumbing only.
- 2026-02 · @osdk/generator-converters.preview The clearest public bridge between ontology IR, cross-language function discovery, richer metadata, and SDK generation.
- Publishes a `generate-sdk` CLI.
- Supports both TypeScript and Python discovered functions.
- 2026-02 · @osdk/functions-testing.experimental A local-first mocking package that suggests external function development is becoming a first-class workflow.
- Exposes `createMockClient` and helpers for mock objects and object sets.
- Supports `when(...)` and `whenQuery(...)` style stubbing.
- 2025-08 · @osdk/maker-experimental A compiler-flavored V2 path layered on top of Maker state, exposing backend-oriented artifacts and shape generation.
- Imports Maker state instead of replacing it.
- Produces V2-style ontology output, shapes, and block-generation artifacts.
- 2025-06 · @osdk/vite-plugin-oac The public Vite-facing wrapper around the OAC pipeline, important because it turns ontology compilation into a normal dev-server/build step.
- Runs Maker, IR-to-metadata conversion, and OSDK generation as part of Vite dev/build.
- Shows the public OAC workflow being shaped around ordinary frontend tooling rather than a separate compiler UX.
- 2025-01 · palantir-mcp A public wrapper package that sets up access to a broader MCP runtime rather than implementing that runtime itself.
- Public package explicitly positions itself as a wrapper/installer layer.
- Handles setup, preflight checks, and process launch behavior.
- 2025-01 · external-systems The Python connectivity layer for proxied external sessions, secrets handling, and source-style runtime access.
- Handles proxied connectivity, sessions, and secrets.
- Used by compute modules for source connectivity scenarios.
- 2025-01 · foundry-platform-sdk The broad Python API client for Foundry, generated from platform specifications and separate from compute-module runtime helpers.
- Covers general Foundry API access in Python.
- Distinct from compute-module runtime behavior.
- 2025-01 · foundry-compute-modules The Python runtime/tooling layer for compute modules, focused on annotations, schema inference, bootstrapping, logging, and resources.
- Supports runtime bootstrapping and schema/runtime utilities.
- Depends on external-systems for source connectivity.
- 2025-01 · @osdk/foundry.aipagents A generated namespace exposing public resources for agents, sessions, traces, and streaming flows.
- Includes resources like Agent, AgentVersion, Session, SessionTrace, and Content.
- Supports session creation, continuation, streaming, cancellation, and title updates.
- 2025-01 · @osdk/foundry.thirdpartyapplications A generated namespace that underpins public site deployment workflows and makes the OSDK CLI's deployment layer easier to understand.
- Exposes resources for applications, websites, and versions.
- Supports upload, deploy, undeploy, and version management operations.
- 2025-01 · @osdk/generator-converters The normalization layer where ontology and query semantics become SDK metadata; this is where semantic support tends to land before it becomes visible in higher layers.
- Wires raw ontology/query structures into the metadata shapes the generated SDK actually uses.
- Real capability changes landed here for branch-aware queries, transaction IDs, media query IO, formatting, and interface-property handling.
- 2024-03 · @osdk/maker The public ontology-as-code DSL; important because it kept expanding from object definitions into actions, imports, discovery, and compiler-facing workflows.
- Grew from basic ontology definitions into actions-as-code, imports, links, structs, value types, and query/function-related workflows.
- Picked up concrete compiler-facing features like branching support, direct datasources, PSGs, and query function discovery.
- 2024-02 · @osdk/create-app The public scaffolding CLI for SDK apps; more interesting for its template/versioning model than for any recent patch bump.
- Couples starter templates to supported OSDK lines such as `1.x` and `2.x`.
- Defaults to the latest compatible SDK template when the user does not pass `--sdkVersion`.
- 2023-11 · @osdk/cli The operational CLI for deploys and selected generation workflows; most mature on shipping/runtime operations rather than compiler internals.
- Handles site deployment, snapshots, version inference, and operational workflows around third-party apps.
- Matured deploy ergonomics before Palantir exposed much of the compiler stack.