Skip to content
View Miciurash's full-sized avatar
:octocat:
:octocat:

Block or report Miciurash

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Miciurash/README.md

Hi there 👋

Pinned Loading

  1. Lightning-Design-System-with-Nextjs Lightning-Design-System-with-Nextjs Public template

    Lightning Design System with Nextjs

    TypeScript 1 2

  2. experiments-with-kids-and-chatgpt experiments-with-kids-and-chatgpt Public

    This is the repo where I capture the experiments I run with my kids

    1

  3. agentic-talker-thinker-patern.md agentic-talker-thinker-patern.md
    1
    ```mermaid
    2
    flowchart TD
    3
        A["User Input (Voice Query)"] --> B["Responder (Talker: System 1 - Fast)"]
    4
        B -->|Simple Task| C["Quick Response (Voice Output)"]
    5
        B -->|Complex Task| D["Shared Memory (Beliefs, Plans, Context)"]