oli-server 0.1.4-post1

A simple, blazingly fast AI coding assistant server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[project]
name = "oli-dev-env"
version = "0.1.0"
description = "Development environment for Oli"
readme = "README.md"
authors = [ {name = "Amrit Krishnan", email = "amritk@vectorinstitute.ai"}]
license = "Apache-2.0"
repository = "https://github.com/amrit110/oli"
requires-python = ">=3.12"
dependencies = [
    "pre-commit>=3.6.0",
    "uv>=0.1.28",
]