diff --git a/README.md b/README.md index 59e409f..e7d05a6 100644 --- a/README.md +++ b/README.md @@ -32,19 +32,22 @@ We recommend starting with models hosted by GitHub. ## Build AI agents The key feature of AI Toolkit is to build AI agents. The agent builder provides a set of tools to help you create and optimize your AI agents. You can use the agent builder to: -- ๐Ÿš€ Generate starter prompts with natural language +- โœจ Generate starter prompts with natural language - ๐Ÿ” Iterate and refine prompts based on model responses - ๐Ÿงฉ Break down tasks with prompt chaining and structured outputs -- ๐Ÿงช Test integrations with real-time runs and tool use such as MCP servers -- ๐Ÿ’ป Generate production-ready code for rapid app development -- ๐Ÿ“ Use variables in prompts -- ๐Ÿงช Run agent with test cases to test your agent easily -- ๐Ÿ“Š Evaluate the accuracy and performance of your agent with built-in or your custom metrics +- โšก Test integrations with real-time runs and tool use such as MCP servers +- ๐Ÿ’ก Generate production-ready code for rapid app development +- ๐Ÿงท Use variables in prompts +- ๐Ÿงช Run agents with test cases to validate your agent easily +- ๐Ÿ“Š Evaluate the accuracy and performance of your agent with built-in or custom metrics +- ๐Ÿ”— Function calling support: Enable agents to invoke external functions dynamically +- ๐Ÿ—‚๏ธ Agent versioning and version comparison for evaluation results And a lot of features are coming soon, stay tuned for: -- ๐ŸŒ Function calling support: Enable agents to invoke external functions dynamically. -- ๐Ÿ“Œ Agent versioning and version comparison for evaluation results -- โ˜๏ธ Deploy your agent to cloud + +- ๐Ÿž Local tracing and debugging of agents +- ๐Ÿš€ Deploy your models and agents to Azure AI Foundry +- โ˜๏ธ Deploy your agent to the cloud Agents can now connect to external tools through MCP (Model Control Protocol) servers, enabling them to perform real-world actions like querying a database, accessing APIs, or executing custom logic. @@ -55,7 +58,7 @@ Agents can now connect to external tools through MCP (Model Control Protocol) se ## Feedback and resources -Your feedback is crucial to shape the feature roadmap. Read our [developer documentations](https://aka.ms/AIToolkit/doc) for more features or [reach us in GitHub](https://aka.ms/AIToolkit/feedback) to report an issue. +We value your feedback to help shape our roadmap. Explore our [developer documentation](https://aka.ms/AIToolkit/doc) for more features, [open issues or share suggestions on GitHub](https://aka.ms/AIToolkit/feedback), or join our [Discord community](https://aka.ms/azureaifoundry/discord) to connect with other developers. AI Toolkit โค๏ธ Developer Community.