Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Question: Missing documentation / source code #20

Open
MovGP0 opened this issue Jul 28, 2024 · 1 comment
Open

Question: Missing documentation / source code #20

MovGP0 opened this issue Jul 28, 2024 · 1 comment

Comments

@MovGP0
Copy link

MovGP0 commented Jul 28, 2024

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?

@MovGP0 MovGP0 changed the title Missing documentation / source code Question: Missing documentation / source code Jul 28, 2024
@ktneely
Copy link

ktneely commented Jul 31, 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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants