You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-10Lines changed: 27 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# AI Agent
2
2
3
-
An intelligent AI agent framework written in Python, designed to facilitate seamless integration with Azure OpenAI services, file operations, web fetching, and search functionalities. This project provides modular components to build and extend AI-driven applications with best practices in testing, linting, and continuous integration.
3
+
An intelligent AI agent framework written in Python, designed to facilitate seamless integration with Model Context Protocol (MCP) servers, Azure OpenAI services, file operations, web fetching, and search functionalities. This project provides modular components to build and extend AI-driven applications with best practices in testing, linting, and continuous integration.
4
4
5
5
## Table of Contents
6
6
-[Features](#features)
@@ -13,25 +13,30 @@ An intelligent AI agent framework written in Python, designed to facilitate seam
13
13
-[License](#license)
14
14
15
15
## Features
16
-
- Integration with Azure OpenAI for chat and completion services
16
+
- Integration with Model Context Protocol (MCP) servers for AI tool execution
17
+
- Support for Azure OpenAI for chat and completion services
17
18
- Modular file operations (read, write, list)
18
19
- Web fetching and conversion utilities
19
20
- Search client with pluggable backends
20
21
- Tooling for codegen workflows
21
-
- Configurable via environment variables
22
+
- Configurable via environment variables and JSON configuration files
22
23
23
24
## Architecture
24
25
The codebase follows a modular structure under `src/`:
0 commit comments