CoolFace
Apppublic

HannaHrekova/Agent_for_finding_new_releases

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes
App README

๐ŸŒธ Jisoo โ€” K-pop Assistant

Jisoo is a LangGraph-based agent using Cohere command-r-plus-08-2024 model to find K-pop news and releases.

This project was developed as part of the Hugging Face Agents Course, Unit 3.


๐Ÿ’ก What Jisoo Can Do

CapabilityExample Prompt
๐ŸŒ Search the web in real time (DuckDuckGo)What are the new K-pop releases this month?
๐Ÿ“บ Answer questions about YouTube videosWhat is the story behind Stray Kids' latest music video?
๐Ÿง  Maintain memory across turnsTell me more about the group we just discussed.
๐Ÿงฉ Combine multiple toolsWhat are the latest news about BTS and their newest music video?

โš™๏ธ Tech Stack

  • โ€”LLM: Cohere command-r-plus-08-2024 model
  • โ€”Frameworks: LangGraph, LangChain
  • โ€”Tools:
  • โ€”DuckDuckGo Web Search
  • โ€”Youtube QA Tool
  • โ€”Interface: Gradio (app.py)

๐Ÿ“ Project Structure

project/
โ”‚
โ”œโ”€โ”€ .gitattributes         # Git settings
โ”œโ”€โ”€ README.md              # Project documentation
โ”œโ”€โ”€ app.py                 # Gradio interface
โ”œโ”€โ”€ requirements.txt       # Dependencies
โ”œโ”€โ”€ retriever.py           # Web search tools
โ””โ”€โ”€ kpop_jisoo_tools.py    # LangGraph agent setup

๐Ÿ™‹โ€โ™€๏ธ Author

Created by Hanna Hrekova, AI enthusiast and lifelong learner. Built with โค๏ธ for the Hugging Face community.