andrewyng--aisuite
3a9a1de0eb
An agent harness built on aisuite's agent framework. Adds a coworker engine with pluggable connectors (browser automation, integration tools), session management, audit logging, and a permissions model, alongside a desktop GUI surface (Tauri + React) and a multi-provider model layer with Ollama support. Co-authored-by: Devika <dr.drp8226@gmail.com>
12 行
233 B
JSON
12 行
233 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|