Description of the project here.
Key Features • Quick Start • Configuration • Credits Related About the Core Contributors
- Built-in cursor native integration, with
.cursorrules
. Chat inCTRL+L
or editCTRL+K
will automatically use.cursorrules
to code in the native coding style of the repo / be a helpful guide to guide you in this repository - Key feature 2
- Key feature 3
- Rye
curl -sSf https://rye.astral.sh/get | bash
make all
- runsmain.py
make lint
- runsblack
linter, an opinionated lintermake test
- runs all tests defined byTEST_TARGETS = tests/folder1 tests/folder2
-
Global config:
global_config/global_config.yaml
-
Test config:
tests/config.yaml
- these are configurations specific to the tests. -
Environment Variables: Store environmnent variables in
.env
(Create this if not exists) andglobal_config/global_config.py
will read those out automatically. Then, you can import them as follows:.env
file:OPENAI_API_KEY=sk-...
python file:
from global_config import global_config print(global_config.OPENAI_API_KEY)
This software uses the following open source packages:
Coming soon...
Coming soon...
- Eito Miyamura is a Co-Founder & CEO of GatlingX, formerly CS, AI, RL MSc at University of Oxford. Interested in ML/RL/Robotics/Zero Knowledge, Blockchain networks.