- Started addition of Assets (to e.g. handle document templates).
- To be continued (Models, first views are ready)
This commit is contained in:
7
config/type_defs/asset_types.py
Normal file
7
config/type_defs/asset_types.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# Agent Types
|
||||
AGENT_TYPES = {
|
||||
"DOCUMENT_TEMPLATE": {
|
||||
"name": "Document Template",
|
||||
"description": "Asset that defines a template in markdown a specialist can process",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user