mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
79ce60c580
Replace eslint and prettier with oxlint and oxfmt for faster linting and formatting across the monorepo. Remove all eslint and prettier configs, dependencies, and related packages. Add .oxlintrc.json and .oxfmtrc.json for the new tooling. Update CI workflows and lefthook hooks accordingly. Reformat codebase with oxfmt. https://claude.ai/code/session_01GMkSf29p78HuMR1mbXn8He
10 lines
612 B
Plaintext
10 lines
612 B
Plaintext
# ── User-editable settings ──────────────────────────────────────────────────
|
|
stack_name_base: my-copilotkit-agentcore-lg # max 35 chars; used as prefix for all AWS resources
|
|
admin_user_email: # e.g. you@example.com — auto-creates a Cognito user
|
|
|
|
backend:
|
|
# Set automatically by deploy scripts — do not edit.
|
|
pattern: langgraph-single-agent # overwritten by deploy-langgraph.sh / deploy-strands.sh
|
|
deployment_type: docker # docker (default) or zip
|
|
network_mode: PUBLIC # PUBLIC (default) or VPC
|