AgentOps-AI / agentops

Python SDK for agent monitoring, LLM cost tracking, benchmarking, and more. Integrates with most LLMs and agent frameworks like CrewAI, Langchain, and Autogen
https://agentops.ai
MIT License
1.18k stars 93 forks source link

Improved MultiOn examples #243

Closed areibman closed 3 weeks ago

areibman commented 3 weeks ago

Added logos and extra markdown

gitguardian[bot] commented 3 weeks ago

⚠️ GitGuardian has uncovered 6 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | | | -------------- | ------------------ | ------------------------------ | ---------------- | --------------- | -------------------- | | [11620116](https://dashboard.gitguardian.com/workspace/514623/incidents/11620116?occurrence=144566061) | Triggered | Generic High Entropy Secret | 2994bed731f8df20aa2f853e999e8d0d3b181052 | examples/multion/Step_tracing_example.ipynb | [View secret](https://github.com/AgentOps-AI/agentops/commit/2994bed731f8df20aa2f853e999e8d0d3b181052#diff-6f2bea8972e9e23b482b9d7df713f3c5607512b7766dbf01ca4710ff72f14e3dR103) | | [11620116](https://dashboard.gitguardian.com/workspace/514623/incidents/11620116?occurrence=144566062) | Triggered | Generic High Entropy Secret | 5e2c7a1547db16523785e2070b1ad3e7a5c048b1 | examples/multion/Data_retreival_example.ipynb | [View secret](https://github.com/AgentOps-AI/agentops/commit/5e2c7a1547db16523785e2070b1ad3e7a5c048b1#diff-6bbeb270f56cc2402a8055ebc6e83d1e47daa6cc489a08d6911f1281f7bf1028R33) | | [11620116](https://dashboard.gitguardian.com/workspace/514623/incidents/11620116?occurrence=146007546) | Triggered | Generic High Entropy Secret | ad144337b8a49fcfd02470d771ca9cd948112311 | examples/multion/Webpage_data_retrieval.ipynb | [View secret](https://github.com/AgentOps-AI/agentops/commit/ad144337b8a49fcfd02470d771ca9cd948112311#diff-36cb0c0ec39608af6b5fc39a64ee3bee630c6352b3e90eddd4770d12e1378bd5L33) | | [11620117](https://dashboard.gitguardian.com/workspace/514623/incidents/11620117?occurrence=144566063) | Triggered | Generic High Entropy Secret | 2994bed731f8df20aa2f853e999e8d0d3b181052 | examples/multion/Step_tracing_example.ipynb | [View secret](https://github.com/AgentOps-AI/agentops/commit/2994bed731f8df20aa2f853e999e8d0d3b181052#diff-6f2bea8972e9e23b482b9d7df713f3c5607512b7766dbf01ca4710ff72f14e3dR104) | | [11620117](https://dashboard.gitguardian.com/workspace/514623/incidents/11620117?occurrence=144566064) | Triggered | Generic High Entropy Secret | 5e2c7a1547db16523785e2070b1ad3e7a5c048b1 | examples/multion/Data_retreival_example.ipynb | [View secret](https://github.com/AgentOps-AI/agentops/commit/5e2c7a1547db16523785e2070b1ad3e7a5c048b1#diff-6bbeb270f56cc2402a8055ebc6e83d1e47daa6cc489a08d6911f1281f7bf1028R32) | | [11620117](https://dashboard.gitguardian.com/workspace/514623/incidents/11620117?occurrence=146007547) | Triggered | Generic High Entropy Secret | ad144337b8a49fcfd02470d771ca9cd948112311 | examples/multion/Webpage_data_retrieval.ipynb | [View secret](https://github.com/AgentOps-AI/agentops/commit/ad144337b8a49fcfd02470d771ca9cd948112311#diff-36cb0c0ec39608af6b5fc39a64ee3bee630c6352b3e90eddd4770d12e1378bd5L32) |
🛠 Guidelines to remediate hardcoded secrets
1. Understand the implications of revoking this secret by investigating where it is used in your code. 2. Replace and store your secrets safely. [Learn here](https://blog.gitguardian.com/secrets-api-management?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment) the best practices. 3. Revoke and [rotate these secrets](https://docs.gitguardian.com/secrets-detection/secrets-detection-engine/detectors/generics/generic_high_entropy_secret#revoke-the-secret?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment). 4. If possible, [rewrite git history](https://blog.gitguardian.com/rewriting-git-history-cheatsheet?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment). Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data. To avoid such incidents in the future consider - following these [best practices](https://blog.gitguardian.com/secrets-api-management/?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment) for managing and storing secrets including API keys and other credentials - install [secret detection on pre-commit](https://docs.gitguardian.com/ggshield-docs/integrations/git-hooks/pre-commit?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment) to catch secret before it leaves your machine and ease remediation.

🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.