Native OpenAI Agents SDK session management implementation using Redis as the persistence layer.

agents artificial-intelligence llama llama-cpp multiagent-systems ollama openai openai-agents-sdk redis
4 Open Issues Need Help Last updated: Jul 22, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Develop a built-in monitoring dashboard for the OpenAI Agents Redis session management project, providing a polished visualization of conversation history, potentially similar to the UI of the openai/openai-cs-agents-demo project. The current solution uses RedisInsight for real-time visualization, but a more integrated and user-friendly dashboard is desired.

Complexity: 4/5
enhancement help wanted

Native OpenAI Agents SDK session management implementation using Redis as the persistence layer.

Python
#agents#artificial-intelligence#llama#llama-cpp#multiagent-systems#ollama#openai#openai-agents-sdk#redis

AI Summary: Implement vector similarity search and hybrid search capabilities for an OpenAI Agents SDK session management system using Redis. This builds upon existing functionality and requires integrating a vector database and potentially a search algorithm to enable efficient retrieval of relevant conversation contexts based on semantic similarity.

Complexity: 4/5
enhancement help wanted

Native OpenAI Agents SDK session management implementation using Redis as the persistence layer.

Python
#agents#artificial-intelligence#llama#llama-cpp#multiagent-systems#ollama#openai#openai-agents-sdk#redis
Full text search about 1 month ago

AI Summary: Implement full-text search (FTS) capabilities within the OpenAI Agents Redis session management project, leveraging Redis's built-in FTS features. This involves integrating FTS functionality into the existing RedisSession class to allow for efficient searching of conversation context stored within Redis.

Complexity: 4/5
enhancement help wanted

Native OpenAI Agents SDK session management implementation using Redis as the persistence layer.

Python
#agents#artificial-intelligence#llama#llama-cpp#multiagent-systems#ollama#openai#openai-agents-sdk#redis

AI Summary: Enhance the OpenAI Agents Redis session management implementation to store conversation context, which is currently omitted, within the Redis database. This requires careful consideration of compatibility with the existing `Session` base class and protocol to avoid breaking changes.

Complexity: 3/5
enhancement help wanted

Native OpenAI Agents SDK session management implementation using Redis as the persistence layer.

Python
#agents#artificial-intelligence#llama#llama-cpp#multiagent-systems#ollama#openai#openai-agents-sdk#redis