Conversation
Sarthak422004
pushed a commit
to Sarthak422004/pyagenity-api
that referenced
this pull request
Sep 24, 2025
Play pause
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 introduces several major changes to the Pyagenity API project, focusing on improving packaging, documentation, and development workflow. It removes legacy containerization files, adds a robust Makefile for development and publishing, expands the package manifest, and significantly updates the documentation to clarify usage and features. The example agent and CLI source code are also removed, likely in preparation for refactoring or replacement.
Packaging and Development Workflow Improvements:
Makefilewith commands for building, publishing, testing, documentation, and cleaning, streamlining development and release processes.MANIFEST.into include all essential source files (.py,.json,.yaml,.yml) frompyagenity_api,src,graph,migrations, andscriptsdirectories for more complete packaging.Documentation and Usage Updates:
README.mdto clarify installation, CLI usage, configuration, project structure, features, and development workflow. Now includes Makefile usage, manual setup instructions, and improved CLI documentation. [1] [2]Containerization and Legacy Cleanup:
Dockerfileanddocker-compose.yml, indicating a shift to a new containerization approach or moving container generation to the CLI. [1] [2]Source Code Removal/Refactoring:
example_weather_agent.pyandcli.py, likely in preparation for a new example agent and CLI implementation or to move these features elsewhere. [1] [2]