File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ IntentKit is an autonomous agent framework that enables creation and management
3535- Package manager: uv
3636- Virtual environment: .venv, please use ` source .venv/bin/activate ` at least once to active virtual environment before running any command.
3737- Lint: ruff, run ` ruff format & ruff check --fix ` after your final edit.
38+ - Language Server: BasedPyright, please make sure the changed files have no ` basedpyright ` errors.
3839- API framework: fastapi, Doc in https://fastapi.tiangolo.com/
3940- DB ORM: SQLAlchemy 2.0, please check the 2.0 api for use, do not use the legacy way. Doc in https://docs.sqlalchemy.org/en/20/
4041- Model: Pydantic V2, Also be careful not to use the obsolete V1 interface. Doc in https://docs.pydantic.dev/latest/
You can’t perform that action at this time.
0 commit comments