tabby/clients/tabby-agent
Zhiming Ma ff03e2a34e
feat(agent): add back agent timeout config. (#739)
* feat(agent): add back agent timeout config, add option to disable warning for slow response time.

* feat(agent): Update completion timeout to single number. Add config type validation.
2023-11-09 22:39:22 -08:00
..
openapi feat(agent): add server info in AgentConnected event. (#402) 2023-09-05 15:06:35 +08:00
src feat(agent): add back agent timeout config. (#739) 2023-11-09 22:39:22 -08:00
tests test(agent): add golden test. (#684) 2023-11-04 19:12:52 -07:00
.gitignore
.mocha.env.js
.mocharc.js
.npmignore
.prettierignore test(agent): add golden test. (#684) 2023-11-04 19:12:52 -07:00
.prettierrc.json
package.json test(agent): add golden test. (#684) 2023-11-04 19:12:52 -07:00
tsconfig.json refactor(agent): agent http request and cancellation flow. (#446) 2023-09-15 11:05:46 +08:00
tsup.config.ts