A functional proof-of-concept demonstrating a self-improving AI agent using **Reinforcement Learning**, **RAG (Retrieval Augmented Generation)**, and **Agno v2** framework with a modern web interface.
Stars
5
Forks
1
Watchers
5
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
28
commits
chore: Update project state - CRUD operations fully implemented and tested
3880399View on GitHubfeat: Implement complete CRUD operations for chat history
3a9062fView on GitHubfeat: Add sources field to ChatResponse and include in API
3eca00eView on GitHubfix: Only show RAG sources when knowledge base was actually used
9220344View on GitHubfeat: Implement Phase 1 & 2 improvements - Advanced RL and Enhanced RAG
f37e26eView on GitHubfeat: Update project with Thinking UI, Security modules, and RL enhancements
569e12cView on GitHubdocs: Update README with agents, RAG, RL, skills, and security details
b629a83View on GitHubfix: Move re import to top level for better performance
04fe263View on GitHubfix: Filter out reasoning content and tool execution details from streaming
777284aView on GitHubfix: Improve streaming with status updates and source identifiers
8a14fbaView on GitHubfix: Properly handle Agno RunContentEvent objects in streaming
afa64d2View on GitHub