Merged
Conversation
…`agentarc` components This commit adds `.env.example` files for `autonomous-portfolio-agent`, `onchain-agent`, and `test-1` examples to define required environment variables. Corresponding `.gitignore` files are also added to exclude sensitive and unnecessary files. Additionally, `agentarc` package components such as `rules`, `simulators`, and main CLI entry point are initialized.
…rc`.Remove `examples/test-1` directory and associated files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request performs a comprehensive rebranding of the project from "AgentGuard" to "AgentARC". It updates all references across documentation, code, configuration, and packaging to reflect the new project name. Additionally, it introduces a new GitHub Actions workflow for building and verifying the package.
Key changes include:
Project Rebranding:
agentguardtoagentarc, including__init__.py,__main__.py, andlogger.py. [1] [2] [3]README.md,CONTRIBUTING.md,MANIFEST.in) and usage examples to use "AgentARC" instead of "AgentGuard". [1] [2] [3]Build & Packaging Updates:
.github/workflows/build.yml) to build and test the package across multiple Python versions, verify installation, and upload build artifacts.agentarcpackage and removed references to the old package name.Cleanup of Old Artifacts:
agentguard.egg-infofiles and entry points associated with the previous package name. [1] [2] [3]These changes ensure consistency in naming, improve the developer experience, and set up automated build verification for the newly branded package.