Roo Code Integration
Roo Code is an AI-powered development tool. Configure it to use LangMart for intelligent coding assistance.
Configuration
Roo Code supports OpenAI-compatible endpoints. Set up LangMart as your provider:
- Open Roo Code settings
- Navigate to Provider Configuration
- Configure the following:
| Setting | Value |
|---|---|
| Provider | OpenAI Compatible |
| Base URL | https://api.langmart.ai/v1 |
| API Key | Your LangMart API key |
| Model | openai/gpt-5.2 or anthropic/claude-opus-4.5 |
Configuration File
Add to your configuration file:
{
"provider": "openai-compatible",
"baseUrl": "https://api.langmart.ai/v1",
"apiKey": "your-langmart-api-key",
"model": "openai/gpt-5.2"
}Environment Variables
export OPENAI_API_BASE=https://api.langmart.ai/v1
export OPENAI_API_KEY=your-langmart-api-keyFeatures
| Feature | Description |
|---|---|
| Code Generation | Create code from descriptions |
| Code Explanation | Understand complex code |
| Refactoring | Improve code structure |
| Debugging | AI-assisted bug fixing |
| Review | Code review suggestions |