Web interface for PitLane AI
Project description
PitLane Web
Web interface for PitLane AI - F1 data analysis powered by AI agents.
Quick Start
# Install and run with uvx (recommended)
uvx pitlane-web --env development
# Or install with pip/uv
pip install pitlane-web
pitlane-web --env development
Features
- Interactive Web UI - Chat-based interface for F1 data analysis
- AI-Powered Analysis - Uses Claude Agent SDK for intelligent F1 insights
- Session Management - Isolated workspaces for each analysis session
- Chart Generation - Automatic visualization of lap times, tyre strategy, and more
- Rate Limiting - Built-in protection against abuse
- OpenTelemetry Tracing - Observable agent behavior for debugging
Usage
Basic Commands
# Development mode with auto-reload
uvx pitlane-web --env development
# Custom port
uvx pitlane-web --port 3000
# Production mode
uvx pitlane-web --env production --host 0.0.0.0
# See all options
uvx pitlane-web --help
Environment Variables
PITLANE_ENV- Environment mode (development/production/test)PITLANE_TRACING_ENABLED- Enable OpenTelemetry tracing (0/1)PITLANE_HTTPS_ENABLED- Enable secure cookies (true/false)PITLANE_SESSION_MAX_AGE- Session cookie max age in secondsPITLANE_RATE_LIMIT_ENABLED- Enable rate limiting (true/false)
With Tracing
# Enable tracing to see agent behavior
PITLANE_TRACING_ENABLED=1 uvx pitlane-web --env development
Requirements
- Python 3.11 or higher (up to 3.13)
pitlane-agentpackage (installed automatically as a dependency)
Architecture
Built with:
- FastAPI - Modern web framework
- Uvicorn - ASGI server with auto-reload support
- Jinja2 - Template engine for server-side rendering
- Claude Agent SDK - AI agent orchestration
- FastF1 - F1 data access (via pitlane-agent)
License
Apache-2.0
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pitlane_web-0.2.0.tar.gz
(31.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pitlane_web-0.2.0.tar.gz.
File metadata
- Download URL: pitlane_web-0.2.0.tar.gz
- Upload date:
- Size: 31.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5060875f19dd4f3a3e31ad90624c8f25ea438123080fbf8406bc0ee2878f18bb
|
|
| MD5 |
de0506a8c0e41f0b3300bddf6e815211
|
|
| BLAKE2b-256 |
df35fcce08dff8ede9a80a7fae35e45d0dd971a8c75e68c78f1602e85be2285f
|
File details
Details for the file pitlane_web-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pitlane_web-0.2.0-py3-none-any.whl
- Upload date:
- Size: 20.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbbe0d8569fe8265a566804d8e083e62cfbb7ac8bf2052839a4aa303444ce468
|
|
| MD5 |
ca1f6638ddeeb5649d1e3b946c6e47f5
|
|
| BLAKE2b-256 |
cf60414bdc39067f8654bf9b564f55603360272fc16ca86865860f4cbc620a30
|