Skip to content

build: add docker, compose, and CI for runnable kits#123

Open
jasperan wants to merge 2 commits intoLamatic:old-mainfrom
jasperan:feat/agentkit-deployment
Open

build: add docker, compose, and CI for runnable kits#123
jasperan wants to merge 2 commits intoLamatic:old-mainfrom
jasperan:feat/agentkit-deployment

Conversation

@jasperan
Copy link
Copy Markdown

@jasperan jasperan commented Apr 4, 2026

Summary

  • add a generic root Dockerfile that builds one runnable kit at a time via KIT_PATH
  • add docker-compose.yml with KIT_PATH and KIT_ENV_FILE overrides for local runs
  • add a CI workflow that detects changed kits and runs npm ci, npm run lint, and npm run build
  • add deployment docs and link them from the root README
  • ignore local agent and plan artifacts at the repo root

Notes

  • this repo is a collection of kits, bundles, and templates, so the Docker/CI setup targets runnable kit directories instead of pretending there is one root app
  • Docker could not be executed locally in this environment because the docker CLI is not installed here

Closes #8

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 4, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI (base), Organization UI (inherited)

Review profile: ASSERTIVE

Plan: Pro

Run ID: 7d052265-6b80-487a-a20e-2236ce062fe3

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 4, 2026

@coderabbitai review

1 similar comment
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

@coderabbitai review

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Dockerization, docker-compose, and CI/CD workflows for AgentKit deployment

2 participants