Files
managing-apps/assets/documentation/README.md
cryptooda 6f55566db3 Implement LLM provider configuration and update user settings
- Added functionality to update the default LLM provider for users via a new endpoint in UserController.
- Introduced LlmProvider enum to manage available LLM options: Auto, Gemini, OpenAI, and Claude.
- Updated User and UserEntity models to include DefaultLlmProvider property.
- Enhanced database context and migrations to support the new LLM provider configuration.
- Integrated LLM services into the application bootstrap for dependency injection.
- Updated TypeScript API client to include methods for managing LLM providers and chat requests.
2026-01-03 21:55:55 +07:00

2.8 KiB

Managing Apps Documentation

This directory contains technical documentation for the Managing trading platform.

Architecture & Design

Upgrade Plans

Workers & Processing

Workflows

Other

  • End Game - End game strategy documentation

For Developers

For DevOps

For Product/Planning

Document Status

Document Status Last Updated
MCP Architecture Planning 2025-01-XX
.NET 10 Upgrade Plan Planning 2024-11-24
Workers Processing Active Various
Architecture Diagram Active Various

Contributing

When adding new documentation:

  1. Use Markdown format (.md)
  2. Follow existing structure and style
  3. Update this README with links
  4. Add appropriate cross-references
  5. Include diagrams in Draw.io format when needed