Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

scratch #12

Open
gregology opened this issue Apr 2, 2021 · 0 comments
Open

scratch #12

gregology opened this issue Apr 2, 2021 · 0 comments

Comments

@gregology
Copy link
Owner

gregology commented Apr 2, 2021

Simple implementation

graph TB
    A[Human] <-- "Send and receive messages to Orchestrator" --> F[Communicator]
    F <-- "Send and receive messages to specific human" --> B{Orchestrator}
    B <-- "Read write" --> D[(Private Semantic network)]
    B <-- "Read only" --> E[(Public Semantic network)]
    B <-- "Interacts with ability to achieve some external task" --> C((Ability))
Loading

More complex implementation

graph TB
    A[Human A] <-- Email --> F>Email Communicator]
    H[Human B] <-- Slack --> G>Slack Communicator]
    F <----> B{Orchestrator}
    G <----> B{Orchestrator}
    B <----> C((Researcher Ability))
    J{{SearXNG API}} ---> C
    B <----> I((Email reading Ability))
    K{{IMAP email server}} ---> I
    E[(Python coding Semantic Network)] -- public read-only --> B{Orchestrator}
    D[(Personal email Semantic Network)] <-- private read-write --> B
Loading

Image

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

No branches or pull requests

1 participant