Skip to content

Evaluate Files SDK for AgentPond object storage - #51

Merged
marcusschiesser merged 3 commits into
mainfrom
codex/evaluate-filessdk-for-agentpond
Jul 27, 2026
Merged

Evaluate Files SDK for AgentPond object storage#51
marcusschiesser merged 3 commits into
mainfrom
codex/evaluate-filessdk-for-agentpond

Conversation

@marcusschiesser

Copy link
Copy Markdown
Owner

Summary

  • Add a Files SDK-backed object store implementation and package.
  • Integrate Files SDK storage configuration into the CLI and environment context.
  • Update deployment guidance, CLI documentation, skills, tests, and release metadata.

Testing

  • Not run (not requested).

@changeset-bot

changeset-bot Bot commented Jul 27, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 9cacea6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 12 packages
Name Type
@agentpond/files-sdk Minor
@agentpond/core Minor
agentpond Minor
@agentpond/firebase Minor
@agentpond/ingest-service Minor
@agentpond/perf Patch
@agentpond/duckdb Patch
@agentpond/fastify-ingest Patch
@agentpond/ingest Patch
@agentpond/otel Patch
@agentpond/supabase Patch
@agentpond/vercel Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@marcusschiesser
marcusschiesser marked this pull request as ready for review July 27, 2026 13:06
@marcusschiesser
marcusschiesser merged commit b5a6ce0 into main Jul 27, 2026
16 checks passed
@marcusschiesser
marcusschiesser deleted the codex/evaluate-filessdk-for-agentpond branch July 27, 2026 13:06

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9cacea6e8b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 143 to 146
const environment = initAgentPondEnvironment(name, {
cwd: context.rootDir,
storeType: store,
filesSdk,
});

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Avoid reporting unapplied environment settings

When an environment file already exists, initAgentPondEnvironment() deliberately leaves it unchanged, but this action validates the persisted file and then prints the newly supplied filesSdk values. Re-running env init production --provider gcs --bucket new-bucket for an existing S3 environment therefore exits successfully and reports GCS/new-bucket even though subsequent commands still use the old S3 configuration. Either reject an already initialized name, overwrite it explicitly, or report the settings read back from the persisted file.

Useful? React with 👍 / 👎.


```sh
npm install @agentpond/otel @agentpond/aws @langfuse/otel @langfuse/tracing @opentelemetry/sdk-node
npm install @agentpond/files-sdk @agentpond/otel files-sdk @opentelemetry/sdk-node

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include provider peer SDKs in the install example

The command says it installs the selected provider's peer SDKs, but it installs none of them. For example, the GCS snippet below imports files-sdk/gcs, whose Files SDK peer dependency is @google-cloud/storage; following this installation command and example in a fresh application therefore fails when the adapter loads. Add the provider dependency to the example or provide concrete install commands per demonstrated adapter.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant