-
Notifications
You must be signed in to change notification settings - Fork 231
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
feat: add AgentOps cookbook for Mistral monitoring #578
Closed
devin-ai-integration
wants to merge
9
commits into
main
from
devin/1733983950-update-mistral-cookbook
Closed
feat: add AgentOps cookbook for Mistral monitoring #578
devin-ai-integration
wants to merge
9
commits into
main
from
devin/1733983950-update-mistral-cookbook
Conversation
This file contains 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
- Rename directory to follow PascalCase convention - Update README structure to match third-party standards - Fix linting issues in monitoring notebook - Add relevant screenshots from docs Fixes #543 Co-Authored-By: Alex Reibman <meta.alex.r@gmail.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
⚙️ Control Options:
Add "(aside)" to your comment to have me ignore it. |
- Add proper AgentOps session creation and cleanup - Fix async handling in notebook execution - Update documentation with session management examples - Add named sessions for better monitoring Fixes #543 Co-Authored-By: Alex Reibman <meta.alex.r@gmail.com>
Co-Authored-By: Alex Reibman <meta.alex.r@gmail.com>
Co-Authored-By: Alex Reibman <meta.alex.r@gmail.com>
Co-Authored-By: Alex Reibman <meta.alex.r@gmail.com>
Co-Authored-By: Alex Reibman <meta.alex.r@gmail.com>
…t managers Co-Authored-By: Alex Reibman <meta.alex.r@gmail.com>
Co-Authored-By: Alex Reibman <meta.alex.r@gmail.com>
TODO: @the-praxs will take the code generated from here, clean it up, and raise it to Mistral's repo. Furthermore update this section: https://docs.mistral.ai/guides/observability/#integration-with-agentops |
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.
AgentOps Cookbook for Mistral Monitoring
This PR adds a cookbook directory demonstrating AgentOps monitoring capabilities with Mistral AI models. The cookbook follows the structure of other third-party integrations and includes comprehensive examples.
Changes
Testing
Link to Devin run: https://app.devin.ai/sessions/d9395d57e0a94104b39b363728c70263
Fixes #543