mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-24 14:15:17 +02:00
feat: +source -> use case -> sequence view
This commit is contained in:
parent
633c772529
commit
67bf89996b
5 changed files with 251 additions and 206 deletions
|
|
@ -37,8 +37,10 @@ class GraphKeyword:
|
|||
HAS_PAGE_INFO = "has_page_info"
|
||||
HAS_CLASS_VIEW = "has_class_view"
|
||||
HAS_SEQUENCE_VIEW = "has_sequence_view"
|
||||
HAS_CLASS_USE_CASE = "has_class_use_case"
|
||||
IS_COMPOSITE_OF = "is_composite_of"
|
||||
IS_AGGREGATE_OF = "is_aggregate_of"
|
||||
HAS_PARTICIPANT = "has_participant"
|
||||
|
||||
|
||||
class SPO(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue