Conversation
Qodana for Python154 new problems were found
☁️ View the detailed Qodana report Contact Qodana teamContact us at qodana-support@jetbrains.com
|
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 focuses on updating documentation and clarifying the architecture, configuration, and usage of OpenMLR. The changes modernize the README, improve the agent harness documentation, update API references, and correct the project version. These updates enhance clarity for both new and existing users, and ensure the documentation reflects recent feature and mode changes.
Documentation and Usage Updates:
README.md: Major rewrite for clarity—streamlined introduction, updated feature list, improved quick start and configuration sections, added testing instructions, and simplified Makefile usage. The onboarding flow and per-conversation parallelism are now highlighted. [1] [2] [3]site/docs/agent-harness.md: Heavily revised to clarify the agent harness architecture, agent loop, mode enforcement, context management, doom loop detection, DB-persisted writing, Redis interrupt relay, sub-agent streaming, and per-conversation isolation. Outdated extension and debugging sections were removed. [1] [2]site/docs/api.md: Updated API documentation to match current endpoints and features, clarified mode names (Plan/Execute), documented Redis interrupt relay, and added frontend route descriptions. Version in health endpoint updated. [1] [2] [3]site/docs/.vitepress/config.ts: Navigation updated for new mode names (Plan/Execute), and a Changelog link was added. [1] [2]Project Metadata:
backend/pyproject.toml: Corrected project version from2.0.0to0.2.0to match release.