Skip to content

fix: resolve #3021 — Create Endo AI Agent Capp#3169

Open
tudragon154203 wants to merge 4 commits intoendojs:masterfrom
tudragon154203:contribai/feat/package-manifest-for-ai-agent-capp
Open

fix: resolve #3021 — Create Endo AI Agent Capp#3169
tudragon154203 wants to merge 4 commits intoendojs:masterfrom
tudragon154203:contribai/feat/package-manifest-for-ai-agent-capp

Conversation

@tudragon154203
Copy link
Copy Markdown

Summary

fix: resolve #3021 — Create Endo AI Agent Capp

Problem

Severity: High | File: packages/ai-agent-capp/package.json

Creates the package.json for a new Endo capp (worklet plugin) that acts as an AI agent. Needs dependencies for HTTP client functionality, the Endo captp/marshal infrastructure, and the existing Endo capp conventions.

Solution

Follow the pattern of existing capp packages (like swingset-runner or endo-init). Include dependencies on @endo/init, @endo/marshal, @endo/captp, @endo/eventual-send, @endo/promise-kit, @endo/pass-style, and @endo/stream. The package should export the main entry point that will be loaded by the Endo Pet Dæmon as a worklet capp. Set "type": "module" and define the main entry point.

Changes

  • packages/ai-agent-capp/package.json (new)
  • packages/ai-agent-capp/src/agent-capp.js (new)
  • packages/ai-agent-capp/src/llm-client.js (new)
  • packages/ai-agent-capp/src/endo-tools.js (new)

Testing

  • Existing tests pass
  • Manual review completed
  • No new warnings/errors introduced

Generated by ContribAI v5.15.0

Fixes endojs#3021

Signed-off-by: tudragon154203 <76395825+tudragon154203@users.noreply.github.com>
Fixes endojs#3021

Signed-off-by: tudragon154203 <76395825+tudragon154203@users.noreply.github.com>
Fixes endojs#3021

Signed-off-by: tudragon154203 <76395825+tudragon154203@users.noreply.github.com>
Fixes endojs#3021

Signed-off-by: tudragon154203 <76395825+tudragon154203@users.noreply.github.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 7, 2026

⚠️ No Changeset found

Latest commit: b199a82

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

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.

Create Endo AI Agent Capp

1 participant