blob: 433e34482078b66e0d66dba961160b1207aff8f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
## panto cli
- [ ] tui
- [x] fuzzy typeahead model selector
- [ ] tab completion: filenames in cwd, slash commands
- [x] rendering system for screen components
- [x] lua slash commands
- [ ] additional lua extension API
- [x] Agent objects
- [x] Conversation objects
- [x] the current agent, conversation (`panto.ext.agent`)
- [x] system prompt
- [x] usage metrics
- [x] tui screen components
- [ ] server proxy mode
- [ ] shared-object extensions
- [ ] all configuration representable in `config.toml`
|