mirror of
https://github.com/langchain-ai/langgraph-codeact.git
synced 2026-07-19 13:26:45 -04:00
[PR #9] [CLOSED] Integrate agent into CI/CD pipeline #25
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langgraph-codeact/pull/9
Author: @Fadil369
Created: 4/1/2025
Status: ❌ Closed
Base:
main← Head:integrate-agent📝 Commits (2)
8b59f50Integrate agent into CI/CD pipeline3ed170aAdd 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)setup_agentjob to set up the agent.setup_agentjob runs before thelintandtestjobs.langgraph_codeactpackage in thesetup_agentjob.Test Workflow (
.github/workflows/_test.yml)Dependencies (
pyproject.toml)langgraph_codeactto 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.