Added base agent
This commit is contained in:
36
readme.md
36
readme.md
@@ -288,14 +288,18 @@ classDiagram
|
||||
|
||||
class BaseAgent {
|
||||
<<abstract>>
|
||||
#working_memory: WorkingMemory
|
||||
#metrics: SystemMetrics
|
||||
#llm: LLMEngine
|
||||
#parser: ResponseParser
|
||||
#validator: XMLValidator
|
||||
#io_buffer: IOBuffer
|
||||
-working_memory: WorkingMemory
|
||||
-metrics: SystemMetrics
|
||||
-llm: LLMEngine
|
||||
-parser: ResponseParser
|
||||
-validator: XMLValidator
|
||||
-io_buffer: IOBuffer
|
||||
-system_prompt: str
|
||||
-action_schema: str
|
||||
|
||||
#compile_context() str
|
||||
#_compile_context() str
|
||||
#_process_llm_response(response str) Optional~Command~
|
||||
#_update() void
|
||||
}
|
||||
|
||||
class WorkingMemory {
|
||||
@@ -386,14 +390,18 @@ stateDiagram-v2
|
||||
classDiagram
|
||||
class BaseAgent {
|
||||
<<abstract>>
|
||||
#working_memory: WorkingMemory
|
||||
#metrics: SystemMetrics
|
||||
#llm: LLMEngine
|
||||
#parser: ResponseParser
|
||||
#validator: XMLValidator
|
||||
#io_buffer: IOBuffer
|
||||
-working_memory: WorkingMemory
|
||||
-metrics: SystemMetrics
|
||||
-llm: LLMEngine
|
||||
-parser: ResponseParser
|
||||
-validator: XMLValidator
|
||||
-io_buffer: IOBuffer
|
||||
-system_prompt: str
|
||||
-action_schema: str
|
||||
|
||||
#compile_context() str
|
||||
#_compile_context() str
|
||||
#_process_llm_response(response str) Optional~Command~
|
||||
#_update() void
|
||||
}
|
||||
|
||||
class StandardAgent {
|
||||
|
||||
Reference in New Issue
Block a user