v0.1.1 - Initial Release #3
nagasatish007
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🎉 Initial release of the AgentGuard Python SDK!
Features
Installation
pip install agentguard-sdk Quick Start from agentguard import AgentGuard guard = AgentGuard( api_key="your-api-key", ssa_url="https://ssa.agentguard.io" ) result = await guard.execute_tool( tool_name="web-search", parameters={"query": "AI security"}, context={"session_id": "session-123"} ) Links PyPI: https://pypi.org/project/agentguard-sdk/ GitHub: https://github.com/agentguard-ai/agentguard-python TypeScript SDK: https://github.com/agentguard-ai/agentguard-sdk <hr /><em>This discussion was created from the release <a href='https://github.com/agentguard-ai/agentguard-python/releases/tag/v0.1.1'>v0.1.1 - Initial Release</a>.</em>Beta Was this translation helpful? Give feedback.
All reactions