[PR #9] [CLOSED] Integrate agent into CI/CD pipeline #25

Closed
opened 2026-02-16 07:16:33 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph-codeact/pull/9
Author: @Fadil369
Created: 4/1/2025
Status: Closed

Base: mainHead: integrate-agent


📝 Commits (2)

  • 8b59f50 Integrate agent into CI/CD pipeline
  • 3ed170a Add instructions for running the agent in the system workflow and setting up CI/CD pipeline

📊 Changes

9 files changed (+1850 additions, -3 deletions)

View changed files

.devcontainer/devcontainer.json (+5 -0)
📝 .github/workflows/_test.yml (+5 -0)
📝 .github/workflows/ci.yml (+18 -1)
📝 README.md (+18 -0)
new-repo/.github/workflows/_test.yml (+47 -0)
new-repo/.github/workflows/ci.yml (+55 -0)
new-repo/README.md (+182 -0)
pdm.lock (+1518 -0)
📝 pyproject.toml (+2 -2)

📄 Description

Add agent setup and tests to CI workflow.

  • CI Workflow (.github/workflows/ci.yml)

    • Add a setup_agent job to set up the agent.
    • Ensure the setup_agent job runs before the lint and test jobs.
    • Install langgraph_codeact package in the setup_agent job.
  • Test Workflow (.github/workflows/_test.yml)

    • Add a step to run agent-specific tests after the core tests.
  • Dependencies (pyproject.toml)

    • Add langgraph_codeact to the [dependencies] section.

For more details, open the Copilot Workspace session.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph-codeact/pull/9 **Author:** [@Fadil369](https://github.com/Fadil369) **Created:** 4/1/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `integrate-agent` --- ### 📝 Commits (2) - [`8b59f50`](https://github.com/langchain-ai/langgraph-codeact/commit/8b59f5067d81ed54de8d58e77afd511a848e3732) Integrate agent into CI/CD pipeline - [`3ed170a`](https://github.com/langchain-ai/langgraph-codeact/commit/3ed170a854b3864dcfeda3ad7eb9d1cb011e809f) Add instructions for running the agent in the system workflow and setting up CI/CD pipeline ### 📊 Changes **9 files changed** (+1850 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `.devcontainer/devcontainer.json` (+5 -0) 📝 `.github/workflows/_test.yml` (+5 -0) 📝 `.github/workflows/ci.yml` (+18 -1) 📝 `README.md` (+18 -0) ➕ `new-repo/.github/workflows/_test.yml` (+47 -0) ➕ `new-repo/.github/workflows/ci.yml` (+55 -0) ➕ `new-repo/README.md` (+182 -0) ➕ `pdm.lock` (+1518 -0) 📝 `pyproject.toml` (+2 -2) </details> ### 📄 Description Add agent setup and tests to CI workflow. * **CI Workflow (`.github/workflows/ci.yml`)** - Add a `setup_agent` job to set up the agent. - Ensure the `setup_agent` job runs before the `lint` and `test` jobs. - Install `langgraph_codeact` package in the `setup_agent` job. * **Test Workflow (`.github/workflows/_test.yml`)** - Add a step to run agent-specific tests after the core tests. * **Dependencies (`pyproject.toml`)** - Add `langgraph_codeact` to the `[dependencies]` section. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/langchain-ai/langgraph-codeact/pull/9?shareId=fe416b33-f72c-4d53-8fb6-18dcf727331d). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 07:16:33 -05:00
yindo closed this issue 2026-02-16 07:16:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph-codeact#25