Skip to content

Question: Missing documentation / source code #20

@MovGP0

Description

@MovGP0

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions