658 lines
21 KiB
XML
658 lines
21 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<iteration system_prompt_hash="a357171f34284409058700f0d6c20cbb4f4bfe643aff5b12168c5158767f89b4" action_schema_hash="a4cf87f3d53c7b14aab3c96097d8b7bf838e8f77e413d11f51051afbe22fa3a6"><context><context
|
|
context="88.22"
|
|
cpu="0"
|
|
disk_total="1081101176832"
|
|
disk_used="125111205888"
|
|
gpu="0"
|
|
memory_total="16630431744"
|
|
memory_used="979644416"
|
|
stdin="0"
|
|
time="2024-11-20T10:47:03Z">
|
|
<read_stdin id="3da7f743-19b7-4738-aaf9-49634618e8f7">
|
|
<![CDATA[The SIA source is located in /root/sia. Not all features are implemented yet. Look at the readme and code to find what is missing. Make sure to unit test your work.]]>
|
|
</read_stdin>
|
|
<single
|
|
exit_code="0"
|
|
id="8637bd02-7c94-4708-bfa3-bf840d376166"
|
|
stdout_truncated="true">
|
|
<![CDATA[ls -la /root/sia]]>
|
|
<stdout>
|
|
<![CDATA[total 204
|
|
drwxr-xr-x 1 root root 4096 Nov 20 10:25 .
|
|
drwx------ 1 root root 4096 Nov 20 10:26 ..
|
|
drwxr-xr-x 2 root root 4096 Oct 31 17:07 .crossnote
|
|
-rwxr-xr-x 1 root root 14 Nov 4 16:01 .dockerignore
|
|
drwxr-xr-x 8 root root 4096 Nov 20 10:21 .git
|
|
-rwxr-xr-x 1 root root 30 Nov 4 16:01 .gitignore
|
|
-rwxr-xr-x 1 root root 843 Nov 4 14:52 Dockerfile
|
|
-rwxr-xr-x 1 root root 19975 Nov 19 14:20 README.md
|
|
drwxr-xr-x 2 root root 4096 Nov 15 16:10 _test
|
|
-rwxr-xr-x 1 root root 3923 Nov 13 15:56 action_schema.xsd
|
|
-rwxr-xr-x 1 root root 2064 Nov 6 12:29 claude.sh
|
|
-rwxr-xr-x 1 root root 85153 Nov 14 13:30 claude.txt
|
|
-rwxr-xr-x 1 root root 4939 Nov 20 10:07 finetune_dataset_creator.py
|
|
-rwxr-xr-x 1 root root 572 Nov 19 14:20 install.sh
|
|
drwxrwxrwx 1 root root 512 Nov 20 10:27 iterations
|
|
-rwxr-xr-x 1 root root 105 Nov 19 14:20 requirements.txt
|
|
-rwxr-xr-x 1 root root 269 Nov 19 18:05 run.sh
|
|
drwxr-xr-x 1 root root 4096 Nov 20 10:26 sia
|
|
drwxr-xr-x 3 root root 4096 Nov 19 16:01 static
|
|
-rwxr-xr-x 1 root r]]>
|
|
</stdout>
|
|
<stderr/>
|
|
</single>
|
|
<reasoning id="16421800-daa4-46f3-b619-e4efbafb448b">
|
|
<![CDATA[
|
|
The listing of the /root/sia directory shows several files and directories. The README.md file is present, which I should read to understand the project better. Additionally, there are directories like .git, _test, iterations, sia, and static, as well as various scripts and configuration files.
|
|
|
|
My next step will be to read the README.md file to get an overview of the project and identify what features are missing.
|
|
Since it is a large file I will only read a part of it.
|
|
]]>
|
|
</reasoning>
|
|
<single
|
|
exit_code="0"
|
|
id="f5f8f1d0-f956-46c3-a942-ebac7a0ccf6a"
|
|
limit="4096">
|
|
<![CDATA[head -c 4096 /root/sia/README.md]]>
|
|
<stdout>
|
|
# SIA - The Self Improving Agent
|
|
|
|
SIA is an agentic artificial intelligence system that autonomously completes complex tasks by writing and executing scripts.
|
|
It uses a Large Language Model (LLM) which operates in a loop.
|
|
Each iteration a context is updated with system info and a list of previous reasoning and actions.
|
|
The agent responds with a new reasoning or an action.
|
|
Context, reasoning and actions are stored in a file for each iteration.
|
|
SIA can read past iterations to improve its reasoning and actions.
|
|
It can improve in two ways:
|
|
- By finetuning the LLM with a better reasoning or action for a given context
|
|
- By modifying its own source code
|
|
|
|
## Example
|
|
|
|
This example shows a typical context with some monitored items and previous actions.
|
|
Between each of the responses, the context would be updated.
|
|
|
|
### Context
|
|
|
|
```xml
|
|
&lt;context
|
|
time=&quot;2024-10-18T12:00:00Z&quot;
|
|
cpu=&quot;12&quot;
|
|
gpu=&quot;26&quot;
|
|
memory_used=&quot;9556302234&quot;
|
|
memory_total=&quot;17179869184&quot;
|
|
disk_used=&quot;244434939904&quot;
|
|
disk_total=&quot;273145991168&quot;
|
|
context=&quot;3&quot;
|
|
stdin=&quot;0&quot;
|
|
/&gt;
|
|
&lt;repeat id=&quot;a3d89ee5-28ec-4c5a-b9e9-a30af53d43a0&quot; exit_code=&quot;0&quot;&gt;
|
|
&lt;![CDATA[ls -lah /]]&gt;
|
|
&lt;stdout&gt;&lt;![CDATA[total 16K
|
|
drwxr-xr-x 1 sia 1049089 0 Oct 28 13:40 ./
|
|
drwxr-xr-x 1 sia 1049089 0 Oct 28 13:40 ../
|
|
drwxr-xr-x 1 sia 1049089 0 Oct 28 13:40 tasks/
|
|
drwxr-xr-x 1 sia 1049089 0 Oct 28 13:40 user/
|
|
]]&gt;&lt;/stdout&gt;
|
|
&lt;stderr/&gt;
|
|
&lt;/repeat&gt;
|
|
&lt;repeat id=&quot;be8070f8-dbd2-47ee-a208-defe6fd49ae0&quot; exit_code=&quot;0&quot;&gt;
|
|
&lt;![CDATA[ls -lah /tasks]]&gt;
|
|
&lt;stdout&gt;&lt;![CDATA[total 0
|
|
drwxr-xr-x 1 ngeens 1049089 0 Oct 28 13:40 ./
|
|
drwxr-xr-x 1 ngeens 1049089 0 Oct 28 13:40 ../
|
|
]]&gt;&lt;/stdout&gt;
|
|
&lt;stderr/&gt;
|
|
&lt;/repeat&gt;
|
|
&lt;repeat id=&quot;375e1657-8140-456b-bda4-a8690bc4b3fb&quot; exit_code=&quot;0&quot;&gt;
|
|
&lt;![CDATA[cat /user/general_info.txt]]&gt;
|
|
&lt;stdout&gt;&lt;![CDATA[Name: John (I don&apos;t know his last name)
|
|
Location: Somewhere in Belgium
|
|
]]&gt;&lt;/stdout&gt;
|
|
&lt;stderr/&gt;
|
|
&lt;/repeat&gt;
|
|
&lt;reasoning id=&quot;c92d1594-4487-4a42-a153-f0a99da1762f&quot;&gt;&lt;![CDATA[There is data available on the standard input channel. I have no other running tasks to tend to and there is room in the context. I should read the standard input.]]&gt;&lt;/reasoning&gt;
|
|
&lt;read_stdin id=&quot;5361ad0d-3ed1-4567-9f5a-70f3b462fd8d&quot;&gt;&lt;![CDATA[Remind me to feed the cat tomorrow morning]]&gt;&lt;/read_stdin&gt;
|
|
&lt;/context&gt;
|
|
```
|
|
|
|
### Responses
|
|
|
|
Start by reasoning about the task.
|
|
```xml
|
|
&lt;reasoning&gt;
|
|
John did not specify an exact time.
|
|
I&apos;ll suggest 9am.
|
|
He also did not specify how to be reminded.
|
|
I&apos;ll ask but if he doesn&apos;t respond I&apos;ll assume a text message on standard output is fine.
|
|
I&apos;ll write down this task in a file so I remember it even on a power failure.
|
|
&lt;/reasoning&gt;
|
|
```
|
|
|
|
Store important information on disk.
|
|
```xml
|
|
&lt;script&gt;&lt;![CDATA[echo &apos;Remind John to feed the cat on 2024-10-18T09:00:00+02:00. Use standard output.&apos; &gt; /tasks/reminder_to_feed_cat.txt]]&gt;&lt;/script&gt;
|
|
```
|
|
|
|
Respond to the user.
|
|
```xml
|
|
&lt;write_stdout&gt;I&apos;ll remind you to feed the cat tomorrow morning at 9am. Is a message on the standard output ok?&lt;/write_stdout&gt;
|
|
```
|
|
|
|
Clear initial reasoning.
|
|
```xml
|
|
&lt;delete id=&quot;c92d1594-4487-4a42-a153-f0a99da1762f&quot;/&gt;
|
|
```
|
|
|
|
The conversation is kept in context to understand the user&apos;s expected response.
|
|
If the context was near full, it would be summarized and cleaned up.
|
|
|
|
The `script` output is also kept in context.
|
|
If the file was updated often, it could be replaced by a repeated `cat`, like the general info.
|
|
|
|
## Working principles
|
|
|
|
The main context is regenerated for each iteration.
|
|
It contains info about the system and previous actions that have not been deleted.
|
|
Together with the system prompt and available core actions it forms the prompt for the LLM.
|
|
The LLM responds with one core action.
|
|
|
|
### Core Actions
|
|
|
|
There are only a few core actions:
|
|
- Starting a script
|
|
- Deleting data from context
|
|
- Stopping SIA
|
|
- Reading standard input
|
|
- Writing to standard output
|
|
- Reasoning
|
|
|
|
### Scripts
|
|
|
|
Scripts can run in one of 2 modes: single-shot or repeat.
|
|
Their mode and output (stdout and stderr) stay in the context until t
|
|
</stdout>
|
|
<stderr/>
|
|
</single>
|
|
<reasoning id="554ffbc2-2a90-423b-aafe-ed90dd66b73b">
|
|
<![CDATA[
|
|
I can use the markdown headings to identify interesting sections.
|
|
I will try to find sections containing details about what needs to be implemented.
|
|
]]>
|
|
</reasoning>
|
|
<single exit_code="0" id="ac690fe5-45d0-4028-8120-107c318977a9">
|
|
<![CDATA[grep -Eb "^#" /root/sia/README.md]]>
|
|
<stdout>
|
|
<![CDATA[0:# SIA - The Self Improving Agent
|
|
668:## Example
|
|
832:### Context
|
|
2323:### Responses
|
|
3462:## Working principles
|
|
3759:### Core Actions
|
|
3953:### Scripts
|
|
4204:#### Single-shot script
|
|
4433:#### Repeat script
|
|
4711:### Use of XML
|
|
5022:#### XML Data Flow
|
|
5705:### The SIA process
|
|
6048:### Server for debuggin and human input
|
|
6619:## Architecture
|
|
6885:### Core Components
|
|
6908:#### Agent Architecture
|
|
7521:#### Working Memory
|
|
8059:#### Command Processing
|
|
8490:#### IO Handling
|
|
8787:### Processing Flow
|
|
8810:#### Standard Agent Flow
|
|
9109:#### Web Agent Flow
|
|
9472:### Web Interface
|
|
9600:#### Server-Client Communication
|
|
9932:#### WebServer Architecture
|
|
10351:### Diagrams
|
|
10367:#### Core classes
|
|
12662:#### Standard Agent Flow
|
|
13387:#### Web Agent
|
|
15536:#### Web Agent Flow
|
|
16522:#### Entry classes
|
|
18459:#### IO Buffer classes
|
|
19156:#### Command classes
|
|
]]>
|
|
</stdout>
|
|
<stderr/>
|
|
</single>
|
|
<reasoning id="78103067-d3c4-4606-9ed3-c5c8c5e9ba21">
|
|
<![CDATA[
|
|
The diagrams section can help me navigate the source files.
|
|
I will load this section in memory.
|
|
The introduction and first part of the architecture are probably also interesting.
|
|
I will load these 3 sections, keep the user request and heading overview.
|
|
Other context items can be removed.
|
|
]]>
|
|
</reasoning>
|
|
<single exit_code="0" id="79f5a8b7-cc57-44c3-b942-c74e3bcabcf8">
|
|
<![CDATA[head -c 668 /root/sia/README.md]]>
|
|
<stdout>
|
|
<![CDATA[# SIA - The Self Improving Agent
|
|
|
|
SIA is an agentic artificial intelligence system that autonomously completes complex tasks by writing and executing scripts.
|
|
It uses a Large Language Model (LLM) which operates in a loop.
|
|
Each iteration a context is updated with system info and a list of previous reasoning and actions.
|
|
The agent responds with a new reasoning or an action.
|
|
Context, reasoning and actions are stored in a file for each iteration.
|
|
SIA can read past iterations to improve its reasoning and actions.
|
|
It can improve in two ways:
|
|
- By finetuning the LLM with a better reasoning or action for a given context
|
|
- By modifying its own source code
|
|
|
|
]]>
|
|
</stdout>
|
|
<stderr/>
|
|
</single>
|
|
<single
|
|
exit_code="0"
|
|
id="c0aad1a9-48d4-46cd-bd5f-70230566b442"
|
|
limit="266"
|
|
stdout_truncated="true">
|
|
<![CDATA[tail -c +6619 /root/sia/README.md]]>
|
|
<stdout>
|
|
<![CDATA[
|
|
## Architecture
|
|
|
|
SIA follows a modular architecture centered around an agent that processes context through an LLM to generate actions.
|
|
The system can run in two modes: a standard command-line mode and an interactive web mode for debugging and human feedback.
|
|
|
|
### ]]>
|
|
</stdout>
|
|
<stderr/>
|
|
</single>
|
|
<single
|
|
exit_code="0"
|
|
id="973d9034-7076-479a-afea-4aaf81b065be"
|
|
limit="9624">
|
|
<![CDATA[tail -c +10351 /root/sia/README.md]]>
|
|
<stdout>
|
|
<![CDATA[
|
|
### Diagrams
|
|
|
|
#### Core classes
|
|
|
|
```mermaid
|
|
classDiagram
|
|
class SystemMetrics {
|
|
+SystemMetrics(sample_interval float)
|
|
+generate_context(context_usage float) ElementTree
|
|
+stop() void
|
|
-monitor_loop() void
|
|
}
|
|
|
|
class LLMEngine {
|
|
+LLMEngine(model_path str)
|
|
+set_model_path(model_path str) void
|
|
+infer(system_prompt str, main_context str) Iterator~str~
|
|
}
|
|
|
|
class BaseAgent {
|
|
<<abstract>>
|
|
-working_memory: WorkingMemory
|
|
-metrics: SystemMetrics
|
|
-llm: LLMEngine
|
|
-parser: ResponseParser
|
|
-validator: XMLValidator
|
|
-action_schema: str
|
|
|
|
#_compile_context() str
|
|
}
|
|
|
|
class WorkingMemory {
|
|
-entries: List~Entry~
|
|
|
|
+WorkingMemory()
|
|
+add_entry(entry Entry) void
|
|
+remove_entry(id str) void
|
|
+clear() void
|
|
+get_entry(id str) Optional~Entry~
|
|
+get_entries() List~Entry~
|
|
+get_entries_count() int
|
|
+get_entries_by_type(type Type) List~Entry~
|
|
+update() void
|
|
+generate_context() List~ElementTree~
|
|
}
|
|
|
|
class XMLValidator {
|
|
+XMLValidator(schema str)
|
|
+validate(xml str) Optional~str~
|
|
+get_valid_root_elements() Set~str~
|
|
}
|
|
|
|
class ResponseParser {
|
|
-io_buffer: IOBuffer
|
|
|
|
+ResponseParser(io_buffer IOBuffer)
|
|
+parse(xml str) Command | Entry
|
|
}
|
|
|
|
class Entry {
|
|
<<abstract>>
|
|
+id: str readonly
|
|
+timestamp: datetime readonly
|
|
|
|
+Entry(id str, timestamp datetime)
|
|
+update() void*
|
|
+generate_context() ElementTree*
|
|
+cleanup() void*
|
|
}
|
|
|
|
class IOBuffer {
|
|
<<interface>>
|
|
+read() str*
|
|
+write(content str) void*
|
|
+buffer_length() int*
|
|
}
|
|
|
|
class Command {
|
|
<<abstract>>
|
|
+execute(memory WorkingMemory) CommandResult*
|
|
}
|
|
|
|
SystemMetrics "1" --* "1" BaseAgent
|
|
LLMEngine "1" --* "1" BaseAgent
|
|
XMLValidator "1" --* "1" BaseAgent
|
|
BaseAgent "1" *-- "1" IOBuffer
|
|
BaseAgent "1" *-- "1" WorkingMemory
|
|
BaseAgent "1" *-- "1" ResponseParser
|
|
WorkingMemory "1" *-- "*" Entry
|
|
ResponseParser ..> Entry
|
|
ResponseParser ..> Command
|
|
```
|
|
|
|
#### Standard Agent Flow
|
|
|
|
```mermaid
|
|
stateDiagram-v2
|
|
direction LR
|
|
state "Standard Agent Flow" as standard_agent_flow {
|
|
[*] --> UpdateSystem: Start
|
|
UpdateSystem --> CompileContext: Updated Metrics & Size
|
|
CompileContext --> ProcessLLM
|
|
ProcessLLM --> ValidateXML: LLM Response
|
|
ValidateXML --> ParseResponse: Valid XML
|
|
ValidateXML --> UpdateEntries: Invalid XML\nCreate ParseErrorEntry
|
|
ParseResponse --> ExecuteCommands: Command
|
|
ParseResponse --> UpdateEntries: Entry
|
|
ExecuteCommands --> [*]: Stop Command
|
|
ExecuteCommands --> UpdateEntries: Delete Command
|
|
UpdateEntries --> UpdateSystem: Continue Loop
|
|
}
|
|
```
|
|
|
|
#### Web Agent
|
|
|
|
```mermaid
|
|
classDiagram
|
|
class BaseAgent {
|
|
<<abstract>>
|
|
-working_memory: WorkingMemory
|
|
-metrics: SystemMetrics
|
|
-llm: LLMEngine
|
|
-parser: ResponseParser
|
|
-validator: XMLValidator
|
|
-action_schema: str
|
|
|
|
#_compile_context() str
|
|
}
|
|
|
|
class StandardAgent {
|
|
+StandardAgent(model_path str, system_prompt str, action_schema str)
|
|
+run() void
|
|
}
|
|
|
|
class WebAgent {
|
|
+context: str
|
|
+response: str readonly
|
|
+current_state WebAgentState readonly
|
|
+command_result Optional[CommandResult] readonly
|
|
+validation_error Optional[str] readonly
|
|
|
|
+add_state_change_handler(handler Callable) void
|
|
+add_response_change_handler(handler Callable) void
|
|
+approve_context() void
|
|
+set__response(response str) void
|
|
+approve_response() void
|
|
}
|
|
|
|
class WebAgentState {
|
|
|
|
<<enumeration>>
|
|
UPDATE
|
|
CONTEXT_APPROVAL
|
|
INFERENCE
|
|
RESPONSE_APPROVAL
|
|
STOPPED
|
|
}
|
|
|
|
class WebSocketManager {
|
|
-web_sockets: Set~WebSocket~
|
|
|
|
+WebServer(agent WebAgent, io_buffer WebIOBuffer, static_files path, host str, port int)
|
|
}
|
|
|
|
class ClientMessage {
|
|
<<enumeration>>
|
|
APPROVE_CONTEXT
|
|
APPROVE_RESPONSE
|
|
MODIFY_RESPONSE
|
|
SEND_INPUT
|
|
}
|
|
|
|
class ServerMessage {
|
|
<<enumeration>>
|
|
STATE_CHANGE
|
|
CONTEXT_UPDATE
|
|
RESPONSE_UPDATE
|
|
OUTPUT_UPDATE
|
|
VALIDATION_ERROR
|
|
}
|
|
|
|
class WebIOBuffer {
|
|
-stdin_buffer: str
|
|
-stdout_buffer: str
|
|
|
|
+read() str
|
|
+write(content str) void
|
|
+buffer_length() int
|
|
+append_stdin(content str) void
|
|
+get_stdout() str
|
|
+clear_stdout() void
|
|
}
|
|
|
|
BaseAgent <|-- WebAgent
|
|
BaseAgent <|-- StandardAgent
|
|
|
|
WebServer --> ClientMessage
|
|
WebServer --> ServerMessage
|
|
|
|
WebServer "1" *-- "1" WebIOBuffer
|
|
WebServer "1" *-- "1" WebAgent
|
|
WebAgent "1" *-- "1" WebAgentState
|
|
```
|
|
|
|
#### Web Agent Flow
|
|
|
|
```mermaid
|
|
stateDiagram-v2
|
|
direction LR
|
|
state "Web Agent Flow" as web_agent_flow {
|
|
[*] --> UpdateSystem: Start
|
|
UpdateSystem --> CompileContext: Updated Metrics & Size
|
|
CompileContext --> WaitForContextApproval: Send Context
|
|
WaitForContextApproval --> ProcessLLM: Context Approved
|
|
ProcessLLM --> ValidateXML: LLM Response
|
|
ValidateXML --> WaitForResponseApproval: Send Validation Result
|
|
ValidateXML --> UpdateEntries: Invalid XML\nCreate ParseErrorEntry
|
|
|
|
WaitForResponseApproval --> ValidateXML: Modified Response
|
|
WaitForResponseApproval --> ParseResponse: Approved Response
|
|
|
|
ParseResponse --> ExecuteCommands: Command
|
|
ParseResponse --> UpdateEntries: Entry
|
|
|
|
ExecuteCommands --> [*]: Stop Command
|
|
ExecuteCommands --> UpdateEntries: Delete Command
|
|
|
|
UpdateEntries --> UpdateSystem: Continue Loop
|
|
}
|
|
```
|
|
|
|
#### Entry classes
|
|
|
|
```mermaid
|
|
classDiagram
|
|
class Entry {
|
|
<<abstract>>
|
|
+id: str readonly
|
|
+timestamp: datetime readonly
|
|
|
|
+Entry(id str, timestamp datetime)
|
|
+update() void*
|
|
+generate_context() ElementTree*
|
|
+cleanup() void*
|
|
}
|
|
|
|
class ScriptEntry {
|
|
+script: str readonly
|
|
+stdout: str readonly
|
|
+stderr: str readonly
|
|
+exit_code: Optional~int~ readonly
|
|
|
|
+Script(script str, id str, timestamp datetime)
|
|
+update() void
|
|
+generate_context() ElementTree
|
|
}
|
|
|
|
class RepeatEntry {
|
|
+script: str readonly
|
|
+stdout: str readonly
|
|
+stderr: str readonly
|
|
+exit_code: Optional~int~ readonly
|
|
|
|
+RepeatEntry(script str, id str, timestamp datetime)
|
|
+update() void
|
|
+generate_context() ElementTree
|
|
}
|
|
|
|
class ReasoningEntry {
|
|
+content: str readonly
|
|
|
|
+ReasoningEntry(content str, id str, timestamp datetime)
|
|
+update() void
|
|
+generate_context() ElementTree
|
|
}
|
|
|
|
class ParseErrorEntry {
|
|
+content: str readonly
|
|
+error: str readonly
|
|
|
|
+ParseErrorEntry(content str, error str, id str, timestamp datetime)
|
|
+update() void
|
|
+generate_context() ElementTree
|
|
}
|
|
|
|
class ReadEntry {
|
|
+content: str readonly
|
|
|
|
+ReadEntry(io_buffer IOBuffer, id str, timestamp datetime)
|
|
+update() void
|
|
+generate_context() ElementTree
|
|
}
|
|
|
|
class WriteEntry {
|
|
+content: str readonly
|
|
|
|
+WriteEntry(content str, io_buffer IOBuffer, id str, timestamp datetime)
|
|
+update() void
|
|
+generate_context() ElementTree
|
|
}
|
|
|
|
ReasoningEntry --|> Entry
|
|
ParseErrorEntry --|> Entry
|
|
ReadEntry --|> Entry
|
|
Entry <|-- WriteEntry
|
|
Entry <|-- ScriptEntry
|
|
Entry <|-- RepeatEntry
|
|
```
|
|
|
|
#### IO Buffer classes
|
|
|
|
```mermaid
|
|
classDiagram
|
|
class IOBuffer {
|
|
<<interface>>
|
|
+read() str*
|
|
+write(content str) void*
|
|
+buffer_length() int*
|
|
}
|
|
|
|
class StandardIOBuffer {
|
|
+StandardIOBuffer()
|
|
+read() str
|
|
+write(content str) void
|
|
+buffer_length() int
|
|
}
|
|
|
|
class WebIOBuffer {
|
|
-stdin_buffer: str
|
|
-stdout_buffer: str
|
|
|
|
+read() str
|
|
+write(content str) void
|
|
+buffer_length() int
|
|
+append_stdin(content str) void
|
|
+get_stdout() str
|
|
+clear_stdout() void
|
|
}
|
|
|
|
IOBuffer <|.. WebIOBuffer
|
|
IOBuffer <|.. StandardIOBuffer
|
|
```
|
|
|
|
#### Command classes
|
|
|
|
```mermaid
|
|
classDiagram
|
|
direction LR
|
|
class Command {
|
|
<<abstract>>
|
|
+execute(memory WorkingMemory) CommandResult*
|
|
}
|
|
|
|
class DeleteCommand {
|
|
+DeleteCommand(id str)
|
|
+execute(memory WorkingMemory) CommandResult
|
|
}
|
|
|
|
class StopCommand {
|
|
+StopCommand()
|
|
+execute(memory WorkingMemory) CommandResult
|
|
}
|
|
|
|
class CommandResult {
|
|
+message: str
|
|
+success: bool
|
|
+should_stop: bool
|
|
|
|
+CommandResult(message str, success bool, should_stop bool)
|
|
+static success() CommandResult
|
|
+static failure(message str) CommandResult
|
|
+static stop() CommandResult
|
|
}
|
|
|
|
Command <|-- DeleteCommand
|
|
Command <|-- StopCommand
|
|
Command -- CommandResult
|
|
```
|
|
]]>
|
|
</stdout>
|
|
<stderr/>
|
|
</single>
|
|
</context></context><response><delete id="16421800-daa4-46f3-b619-e4efbafb448b"/></response></iteration> |