Renamed Action System to Agent Core

This commit is contained in:
2024-10-23 14:44:37 +02:00
parent 4629e751dc
commit ab03e6836b
3 changed files with 17 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ skinparam componentStyle uml2
package "SIA System" {
[LLM Engine] as LLM
[Action System] as AS
[Agent Core] as AC
[Context Template] as CT
package "Modules" {
@@ -23,11 +23,11 @@ database "File System" as FS {
database "Git Repository" as GR
}
AS -> LLM : Context
LLM -> AS : Reasoning and actions
AC -> LLM : Context
LLM -> AC : Reasoning and actions
CT --> AS : Context
AS --> Modules : Commands to execute
CT --> AC : Context
AC --> Modules : Commands to execute
Modules --> CT : Data
DM -> DE : Container management

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB