Skip to content

Commit 711a29a

Browse files
authored
Update the architecture diagram for AIShell (#188)
1 parent 005a518 commit 711a29a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/media/AIShell-overall-arch.png

-34.8 KB
Loading

shell/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This abstraction layer includes:
2121
security concerns.
2222
- `CommandBase`: represents a command that an agent can register to the shell when being loaded.
2323

24-
The most important contact method in `ILLMAgent` is `Task<bool> Chat(string input, IShell shell)`,
24+
The most important interface method in `ILLMAgent` is `Task<bool> Chat(string input, IShell shell)`,
2525
which will be called by the shell when a query comes from the user. It gives extreme flexibility to
2626
the implementation of an agent. An agent can do whatever it wants targeting an arbitrary AI backend
2727
and render the output using the utilities provided by `IShell`.

0 commit comments

Comments
 (0)