refactor: Refactor the project's docs, scripts, and instructions, and add CI #8
+1,978
−1,907
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 introduces significant improvements to the development workflow, documentation, and configuration management for the project. The main highlights include the addition of a comprehensive agent workflow guide, migration to modern dependency management with
uv, improved CI/CD automation, and updates to documentation and configuration files to reflect these changes.Development workflow and automation improvements:
AGENTS.md, outlining setup, testing, formatting, building, publishing, and review checklists for contributors..github/workflows/ci.ymlfor automated linting, testing, and strict type checking on pull requests..pre-commit-config.yamlto standardize code formatting and linting usingblack,isort, andruff, with hooks for YAML and whitespace checks.Dependency and packaging updates:
requirements.txttouvfor dependency management, updating theDockerfile,MANIFEST.in, and related scripts for improved reproducibility and performance. [1] [2] [3]README.mdto useuvand new scripts, removing references to legacy commands and files. [1] [2] [3] [4] [5]Configuration and documentation enhancements:
MEMORY_ENABLEDoption to.env.exampleandREADME.md, clarifying memory management configuration. [1] [2]claude-3-5-sonnet-20241022) throughout documentation and configuration templates. [1] [2] [3]README.md, referencingAGENTS.mdfor detailed developer instructions, and updated test commands for consistency. [1] [2]Code cleanup and formatting:
agent/base.pyfor consistency and readability, without changing core logic. [1] [2] [3] [4] [5] [6] [7] [8]These changes collectively modernize the project's workflow, streamline development, and ensure a consistent experience for contributors and users.