You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Loading
But so far I was unable to find the relevant source code or documentation on this. Where can I find the source/documentation?
The text was updated successfully, but these errors were encountered:
MovGP0
changed the title
Missing documentation / source code
Question: Missing documentation / source code
Jul 28, 2024
I agree, and I think it would be super helpful to have a kind of sandbox to test how the system works before creating PRs for the primary project. I can also think of some company-internal or private use cases for this framework.
I know the project just consolidated many repos into one, but I think it would be helpful to have a "substrate-template" repo that is essentially the bare framework + a getting started how-to. That would be super helpful.
As far as I understand, the
substrate
takes an argument and does something like this:But so far I was unable to find the relevant source code or documentation on this. Where can I find the source/documentation?
The text was updated successfully, but these errors were encountered: