Skip to content

Commit 79428a2

Browse files
committed
docs: update README with features and article series
1 parent d0f599b commit 79428a2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Backend CI/CD](https://github.com/cristofima/TaskAgent-AgenticAI/actions/workflows/backend.yml/badge.svg)](https://github.com/cristofima/TaskAgent-AgenticAI/actions/workflows/backend.yml)
44
[![Frontend CI/CD](https://github.com/cristofima/TaskAgent-AgenticAI/actions/workflows/frontend.yml/badge.svg)](https://github.com/cristofima/TaskAgent-AgenticAI/actions/workflows/frontend.yml)
55

6-
An intelligent task management assistant built with **Microsoft Agent Framework**, **Azure OpenAI**, and **.NET Aspire**, demonstrating Clean Architecture, autonomous AI agents, and production-grade observability with Azure Content Safety protection.
6+
An intelligent task management assistant built with **Microsoft Agent Framework**, **Azure OpenAI**, and **.NET Aspire**. Features a **ChatGPT-like streaming interface** using AG-UI protocol with Server-Sent Events (SSE), **Clean Architecture** with dual-database persistence (SQL Server + PostgreSQL), **production-grade observability** with OpenTelemetry, and comprehensive **testing infrastructure** (225+ tests).
77

88
![Task Agent Chat Interface](docs/screenshots/chat-interface.png)
99

@@ -31,6 +31,7 @@ This project is documented in a comprehensive article series on C# Corner:
3131
2. [**Securing AI Agents**](https://www.c-sharpcorner.com/article/securing-your-ai-task-agent-with-azure-ai-content-safety/) - Azure AI Content Safety with Prompt Shield and parallel validation
3232
3. [**Production-Grade Observability**](https://www.c-sharpcorner.com/article/real-time-observability-for-ai-agents-with-net-aspire-application-insights-o/) - .NET Aspire, OpenTelemetry, and Application Insights
3333
4. [**Modern Frontend Architecture**](https://www.c-sharpcorner.com/article/building-a-modern-task-management-ai-agent-separating-backend-and-frontend-with/) - Next.js 16 separation, dual-database strategy, and Azure Static Web Apps
34+
5. [**Real-Time Streaming with AG-UI**](https://www.c-sharpcorner.com/article/real-time-streaming-for-ai-agents-implementing-ag-ui-protocol-with-microsoft-ag/) - SSE streaming, ChatGPT-like progressive rendering, and state persistence
3435

3536
**Topics Covered**:
3637

0 commit comments

Comments
 (0)