-
Notifications
You must be signed in to change notification settings - Fork 897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ellipsis] refactor: move execution logic to queries and update imports #987
[Ellipsis] refactor: move execution logic to queries and update imports #987
Conversation
…ure routes );
CI Failure Feedback 🧐(Checks updated until commit b982b25)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
This change addresses review comments left by @creatorrr on PR #986: **feat(agents-api): Configure routes **
Summary:
Refactor codebase by moving execution logic to
queries
, updating imports, and modifying database connection handling.Key points:
models/execution
toqueries/executions
.routers
and other modules to use newqueries
paths.app.py
to use environment variableDB_DSN
for database connection.postgres_pool
is properly initialized and closed inapp.py
.queries
paths.agents
,docs
,files
,sessions
,tasks
, andusers
routers.queries
paths and async functions.You can configure Ellipsis to address comments with a direct commit or a side PR, see docs.
Something look wrong? If this Pull Request doesn't address the comments left on the above pull request, create a new PR review with more details. For more information, check the documentation.
Generated with ❤️ by ellipsis.dev