This PR makes a few sweeping changes to the actor, cli, and overall structure of the project. - CLI commands skeleton - ``arcade run``, ``arcade show``, and ``arcade new`` - Working package mangement solution (``arcade_`` packages) - Actor approach for using frameworks other than FastAPI - Client for calling Engine within ``arcade/core`` - beginning of the config interface. --------- Co-authored-by: Nate Barbettini <nate@arcade-ai.com>
14 lines
199 B
YAML
14 lines
199 B
YAML
version: "0.2"
|
|
ignorePaths:
|
|
- pyproject.toml
|
|
dictionaryDefinitions: []
|
|
dictionaries: []
|
|
words:
|
|
- conlist
|
|
- fastapi
|
|
- openai
|
|
- pydantic
|
|
- pyproject
|
|
- toolpack
|
|
ignoreWords: []
|
|
import: []
|