Add agent reminders, model selection, task distribution and delete functionality

This commit is contained in:
pdyde 2026-02-20 22:37:58 +01:00
parent 56d9bc2c76
commit 84b2fe3dd7
16 changed files with 759 additions and 74 deletions

32
agent_config.json Normal file
View file

@ -0,0 +1,32 @@
{
"researcher": {
"model": "opencode/big-pickle"
},
"location_manager": {
"model": "opencode/big-pickle"
},
"catering_manager": {
"model": "opencode/big-pickle"
},
"program_manager": {
"model": "opencode/big-pickle"
},
"document_editor": {
"model": "opencode/big-pickle"
},
"tax_advisor": {
"model": "opencode/big-pickle"
},
"musik_rechte_advisor": {
"model": "opencode/big-pickle"
},
"zusammenfasser": {
"model": "opencode/big-pickle"
},
"social_media_manager": {
"model": "opencode/big-pickle"
},
"negotiator": {
"model": "opencode/big-pickle"
}
}