Skip to content

Commit 861ec07

Browse files
committed
fix: add basedpyright to llm.md
1 parent ecb95ad commit 861ec07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LLM.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)