Skip to content

feat(Nodeagent): build without nodeagent#306

Merged
youngtaekiim merged 1 commit intomainfrom
hotfix-nodeagent-build
Sep 26, 2025
Merged

feat(Nodeagent): build without nodeagent#306
youngtaekiim merged 1 commit intomainfrom
hotfix-nodeagent-build

Conversation

@leeeunkoo
Copy link
Contributor

📝 PR Description
build without nodeagent
feat(nodeagent) : build without
This pull request updates the Makefile to remove all references to the agent component from the build, release, clean, install, and uninstall processes. This streamlines the workflow by no longer building, cleaning, or managing the piccolo-agent service.

Build and release process changes:

  • Removed cargo build, cargo build --release, and cargo clean commands for src/agent/Cargo.toml, so the agent component is no longer included in these steps.

Service management updates:

  • Removed systemctl start piccolo-agent from the install process, so the agent service is no longer started during installation.
  • Removed systemctl stop piccolo-agent from the uninstall process, so the agent service is no longer stopped during uninstallation. nodeagent

🔗 Related Issue

🧪 Test Method

✅ Checklist
[✅]

@youngtaekiim youngtaekiim merged commit b8bb430 into main Sep 26, 2025
4 of 5 checks passed
@leeeunkoo leeeunkoo self-assigned this Sep 29, 2025
@leeeunkoo leeeunkoo added the enhancement New feature or request label Sep 29, 2025
@leeeunkoo leeeunkoo added this to the state management milestone Sep 29, 2025
@youngtaekiim youngtaekiim deleted the hotfix-nodeagent-build branch October 23, 2025 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Done
Status: Done

Development

Successfully merging this pull request may close these issues.

[bug] pullpiri panicked on ubuntu24.04(AWS) [Bug] wrong location of the nodeagent file

2 participants