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.12, 3.13, or 3.14
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.5.0.tar.gz
(34.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.5.0.tar.gz.
File metadata
- Download URL: pitlane_web-0.5.0.tar.gz
- Upload date:
- Size: 34.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 |
363f1d4d9d0c8e74226b992752568b9c3a95745490cdfd8bbc2cf0f8740c5b04
|
|
| MD5 |
8a5488839acd8ba53692a733bc87645d
|
|
| BLAKE2b-256 |
4cf7142f539bba8912d0b3cd0d41a23956663e53c14e50ef117e78f08c479de1
|
File details
Details for the file pitlane_web-0.5.0-py3-none-any.whl.
File metadata
- Download URL: pitlane_web-0.5.0-py3-none-any.whl
- Upload date:
- Size: 23.4 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 |
baa3e9219034ead9b181b2549b55e043ddcce91a3f40d89dbfc07bd4f373e4b0
|
|
| MD5 |
1d319d4636aa0da073f0d8e70f400799
|
|
| BLAKE2b-256 |
fdaa5e050a30d8dcf73c643d4b4e3c6c7170d53b01f018da2181e6503563549f
|