Skip to main content

Getting Started

To start chatting with Seb, use the chat command:
seb chat
This will open an interactive chat session where you can ask questions about your project, get help with code, and receive guidance on firmware development.

Chat Features

Seb’s chat interface supports:
  • Project Context: Seb understands your project structure and can provide context-aware answers
  • Code Assistance: Get help with driver generation, peripheral configuration, and debugging
  • Natural Language: Ask questions in plain English and get helpful responses
  • Interactive Sessions: Maintain context across multiple questions in a single session

Example Usage

# Start an interactive chat session
seb chat

# Ask a single question
seb chat "how do I configure I2C for my sensor?"

# Get help with a specific component
seb chat "what are the ADC specifications for my MCU?"