-
-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Description
As far as I understand, the substrate takes an argument and does something like this:
graph TD
A((Start)) --> B[Split Argument into Claims]
B --> C[Search for Sources]
C --> D[Analyze Sources]
D --> E[Summarize Findings]
E --> F((End))
D -->|Parallel Execution| G[Individual Source Analysis]
G --> D
But so far I was unable to find the relevant source code or documentation on this. Where can I find the source/documentation?
jstop, sublimino, JOduMonT and gortium
Metadata
Metadata
Assignees
Labels
No labels