Agents server adapter for Azure AI
Project description
Azure AI Agent Server Adapter for Agent-framework Python
Getting started
pip install azure-ai-agentserver-agentframework
Key concepts
Azure AI Agent Server wraps your Agent-framework agent, and host it on the cloud.
Examples
# your existing agent
from my_framework_agent import my_awesome_agent
# agent framework utils
from azure.ai.agentserver.agentframework import from_agent_framework
if __name__ == "__main__":
# with this simple line, your agent will be hosted on http://localhost:8088
from_agent_framework(my_awesome_agent).run()
Troubleshooting
First run your agent with azure-ai-agentserver-agentframework locally.
If it works on local but failed on cloud. Check your logs in the application insight connected to your Azure AI Foundry Project.
Next steps
Please visit Samples folder. There are several samples for you to build your agent with azure-ai-agentserver
Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the [Microsoft Open Source Code of Conduct][code_of_conduct]. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file azure_ai_agentserver_agentframework-1.0.0b17.tar.gz.
File metadata
- Download URL: azure_ai_agentserver_agentframework-1.0.0b17.tar.gz
- Upload date:
- Size: 55.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd672c44e5c594942550b2f710821cc338e88803cdae638ea111f1f75d96abb0
|
|
| MD5 |
f2a83170d9d2bd327536b383771fa9a8
|
|
| BLAKE2b-256 |
94bbfc1d072fbf650fec71620c01e489736f5e0a2ad987199f8f7e9274b6cbd4
|
File details
Details for the file azure_ai_agentserver_agentframework-1.0.0b17-py3-none-any.whl.
File metadata
- Download URL: azure_ai_agentserver_agentframework-1.0.0b17-py3-none-any.whl
- Upload date:
- Size: 42.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1358a2157071fbc3e75aa7de7338a462d0a6e7f0403333d436c6b3c4712e370c
|
|
| MD5 |
7949621ae76cefe03e9f3cb0a7b5659e
|
|
| BLAKE2b-256 |
c65d4c72ae30f70a0f725756e239e17b74d85c74b393553d4dd58862c9547c5f
|