-
### Proposal
Mermaid sequence diagram has been extremely easy to use. I have one small feature request. I need a way to represent Incoming and Outgoing messages. That is, messages where one end of th…
-
Quite same as #1443, but a bit different
Going to kroki.io and to samples of Mermaid chart. Going to the link of the diagrams directly (Sequence Diagram or Gantt) :
For example, this link : …
-
I would like to incorporate a custom callback into the `ToolCallingAgentComponent` to output the agent's steps in a Recode format. Below is my current source code. Could you guide me on which part t…
-
This Issue can be used to test the action.
There's an action in `.github/workflows/update-examples.yml` reacting on every comment on this issue.
When a comment is added, diagram in `examples/seq…
-
I am a little bit lost. I try to do something similar as it is shown in the sequence all in one example. I have attached an image what I want to achieve. In words: I want to have a message within (on …
-
I often find myself doing things like:
```
@startuml
box "client"
participant a
end box
box "server"
participant b
end box
a --> b : do stuff
@enduml
```
The `` is there purely …
-
### Is your feature request related to a problem? Please describe.
It's difficult to see agent interactions quickly by visual inspection. By using plantuml format it makes it easy to track messages s…
-
### Proposal
I want to put Endpoints in sequence diagram in some cases.
> An Endpoint is used in Interaction diagrams (Sequence, Timing, Communication or Interaction Overview) to reflect a lost or…
-
**Description:**
In the sequence diagram of the Developer Guide, it shows `User -> CommandUi, 1 Print Welcome Message`. This is not the case, but instead, the `CommandUi` should be the one printing th…
-
We're seeing the following error when using the PDQv3 continuation flow:
```
Caused by: org.apache.camel.InvalidPayloadException: No body available of type: net.ihe.gazelle.hl7v3.quqiin000003UV01.…