Open Issues Need Help
View All on GitHubAI Summary: Create a basic web interface using Gradio or Streamlit for an existing AI-powered learning plan generator. The interface should allow users to input their learning goals and experience level, then display the generated 5-week plan. The existing LangChain/LangGraph backend should remain unchanged; the web interface should simply wrap the existing functionality.
AI-powered agent that generates personalized 5-week learning plans based on user goals and experience, using LangChain, LangGraph and OpenAI.
AI Summary: Enhance the existing AI-powered learning path agent to allow users to restart the entire plan generation process after completing a session. This involves prompting the user to start a new session, and if they agree, resetting the LangGraph flow to begin from the initial input node. The solution should maintain the existing LangGraph structure and avoid code duplication.
AI-powered agent that generates personalized 5-week learning plans based on user goals and experience, using LangChain, LangGraph and OpenAI.
AI Summary: Enhance the existing AI-powered learning plan generator to allow users to optionally save the generated 5-week learning plan to a .txt file. The filename should incorporate the current date or a shortened version of the user's learning goal. The implementation should utilize only Python's built-in file I/O capabilities and maintain a user-friendly experience.
AI-powered agent that generates personalized 5-week learning plans based on user goals and experience, using LangChain, LangGraph and OpenAI.
AI Summary: Enhance the existing AI-powered learning path generator to allow users to select a plan duration of 3, 5, or 8 weeks. This involves modifying the user input prompt, passing the chosen duration to the plan generation node, updating the generation prompt to handle variable durations, and ensuring the generated plan adapts accordingly while maintaining compatibility with the LangGraph workflow.
AI-powered agent that generates personalized 5-week learning plans based on user goals and experience, using LangChain, LangGraph and OpenAI.