Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

6.0.0 initial commit | built on LangChain v1.0 pre-release#227

Merged
Daethyra merged 2 commits intostreamlitfrom
6.0.0
Sep 13, 2025
Merged

6.0.0 initial commit | built on LangChain v1.0 pre-release#227
Daethyra merged 2 commits intostreamlitfrom
6.0.0

Conversation

@Daethyra
Copy link
Copy Markdown
Owner

project changes

Reoriented Project Direction

  • removed all LLM providers
  • archived Curie and RAGBot
  • added DeepSeek as sole LLM provider for project
  • updated dependencies
    • currently using LangChain v1.0 to get ahead of the release
  • made minor changes to util modules
  • updated README ### created new bots
  • provisioned a simple chatbot in 🏡_Home.py
  • created a MathBot that has both a reasoning and a chatting step, and access to a calculation tool
  • some functionality still needs to be brought over from previous bots:
    • Conversation History downloading
    • Clear Message History
    • secrets.toml file, API key auto loading

Issue Fixes

LangChain imports out-of-date
Fixes #223
Add DeepSeek support
Fixes #222

## project changes
### Reoriented Project Direction
- removed all LLM providers
- archived Curie and RAGBot
- added DeepSeek as sole LLM provider for project
- updated dependencies
- made minor changes to util modules
- updated README
### created new bots
- provisioned a simple chatbot in 🏡_Home.py
- created a MathBot that has both a reasoning and a chatting step, and access to a calculation tool
- some functionality still needs to be brought over from previous bots:
  - Conversation History downloading
  - Clear Message History
  - secrets.toml file, API key auto loading

## Issue Fixes
LangChain imports out-of-date
Fixes #223
Add DeepSeek support
Fixes #222
@Daethyra Daethyra self-assigned this Sep 12, 2025
@Daethyra Daethyra added enhancement New feature or request fundamental change Breaks backwards compatibility dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 12, 2025
…s work

- added clear history button
- added temperature slider for `chatter_model`
- added API key loading via secrets.toml
- added LangSmith tracing
@Daethyra Daethyra marked this pull request as ready for review September 13, 2025 23:10
@Daethyra Daethyra enabled auto-merge September 13, 2025 23:11
@Daethyra Daethyra merged commit 7d770e0 into streamlit Sep 13, 2025
1 check passed
@Daethyra Daethyra moved this to Backlog in LangChain Chatbots Sep 15, 2025
@Daethyra Daethyra moved this from Backlog to Done in LangChain Chatbots Sep 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file enhancement New feature or request fundamental change Breaks backwards compatibility python Pull requests that update python code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

LangChain imports out-of-date Add DeepSeek support

1 participant