Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧠 feat: Reasoning UI for Agents #5904

Merged
merged 9 commits into from
Feb 15, 2025
Merged

🧠 feat: Reasoning UI for Agents #5904

merged 9 commits into from
Feb 15, 2025

Conversation

danny-avila
Copy link
Owner

@danny-avila danny-avila commented Feb 15, 2025

Summary

  • Configured the agent run process to assign a reasoningKey based on the endpoint
  • Removed redundant debugging and commented-out code in the AgentClient to streamline logging.
  • Enhanced formatAgentMessages and formatMessages to handle THINK-type (reasoning) content
  • Integrated DeepSeek, and OpenRouter provider support and improved provider name normalization in initializeAgentOptions

Other Changes

  • Improved error logging in OllamaClient by leveraging logAxiosError for clearer and less verbose API fetch failure details.
  • Bumped dependency versions for https-proxy-agent to match @librechat/agents
  • Added Proxy support for LC Code Interpreter API
  • Typo in .env.example
  • Default file config: add yml,yaml and log mimetype detection
  • Google handle undefined family name

Checklist:

  • My code adheres to this project's style guidelines
  • I have performed a self-review of my own code
  • I have commented in any complex areas of my code
  • I have made pertinent documentation changes
  • My changes do not introduce new warnings
  • I have written tests demonstrating that my changes are effective or that my feature works
  • Local unit tests pass with my changes
  • Any changes dependent on mine have been merged and published in downstream modules

DPK101 and others added 2 commits February 15, 2025 17:46
Social login with Google was previously displaying 'undefined' when
a user's last name was empty or not provided.

Changes:
- Conditionally render last name only if it exists
- Prevent displaying 'undefined' when last name is missing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants