Searching r/python found 2 posts: Post Title: ‘Setup Github Copilot in Visual Studio Code’ User: Feisty-Recording-715 Subreddit: r/Python: Text body: 🛠️ This tutorial is perfect for beginners looking to strengthen their understanding of version control or for experienced developers seeking a quick reference for GitHub setup in Visual Studio Code. 🎓 By the end of this video, you’ll be equipped with the skills to confidently manage your codebase, collaborate with others, and contribute to open-source projects on GitHub. Video link: youtu.be/IdT1BhrSfdo?si=mV7xVpiyuhlD8Zrw Your feedback is welcome Post URL: www.reddit.com/r/Python/comments/1823wr7/setup_github_copilot_in_visual_studio_code/ Post Category: N/A. Score: 0 Post Title: ‘A Chinese Checkers game made with pygame and PySide6, with custom bots support’ User: HenryChess Subreddit: r/Python: Text body: GitHub link: github.com/henrychess/pygame-chinese-checkers I’m not sure if this counts as beginner or intermediate. I think I’m still in the beginner zone, so I flair it as beginner. This is a Chinese Checkers (aka Sternhalma) game for 2 to 3 players. The bots I wrote are easy to beat, as they’re mainly for debugging the game logic part of the code. However, you can write up your own custom bots. There is a guide at the github page. Post URL: www.reddit.com/r/Python/comments/181xq0u/a_chinese_checkers_game_made_with_pygame_and/ Post Category: N/A. Score: 1
agent chain과 함께 tool 사용하기
Reddit search 기능은 multi-input tool로도 제공됩니다. 이 예시에서는 문서의 기존 코드를 수정하고, ChatOpenAI를 사용하여 memory가 있는 agent chain을 만듭니다. 이 agent chain은 Reddit에서 정보를 가져와 이러한 게시물을 사용하여 후속 입력에 응답할 수 있습니다. 예시를 실행하려면 Reddit API 접근 정보를 추가하고 OpenAI API에서 OpenAI key를 받으세요.Connect these docs programmatically to Claude, VSCode, and more via MCP for real-time answers.