-
Notifications
You must be signed in to change notification settings - Fork 905
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
dev -> main #967
base: main
Are you sure you want to change the base?
dev -> main #967
Conversation
Signed-off-by: Diwank Singh Tomer <[email protected]>
Signed-off-by: Diwank Singh Tomer <[email protected]>
refactor(agents-api,integrations): Switch to uv from poetry
Add Sentry support to integration service
… duplicate code + readme update
fix(agents-api): add sentry dsn env var to docker compose
feat: Add temporal metrics and setup prometheus and grafana correspondingly
…gh session metadata
chore: Update default heartbeat timeout
fix(agents-api): Fix None-valued `passed_settings` from overriding agent's settings in `prompt` step
…nsitions fix(agents-api): Allow consecutive `finish_branch` transitions
fix(agents-api): Miscellaneous fixes in `sessions`
docs: updated hooks
fix(agents-api): Bug fixes in sessions
CI Failure Feedback 🧐(Checks updated until commit 3c6c86e)
✨ 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 |
@@ -54,6 +67,8 @@ | |||
"dump_json": json.dumps, | |||
"dump_yaml": yaml.dump, | |||
"match_regex": lambda pattern, string: bool(re2.fullmatch(pattern, string)), | |||
"nlp": nlp.__call__, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we need to use __call__
explicitly?
fix(agents-api): Session & system tool fixes
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
chore(agents-api): Add `/healthz` endpoint
No description provided.