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

Q Navigation Help & Chat #182

Closed
18 tasks done
Tracked by #191
Mookse opened this issue Apr 29, 2024 · 0 comments
Closed
18 tasks done
Tracked by #191

Q Navigation Help & Chat #182

Mookse opened this issue Apr 29, 2024 · 0 comments
Assignees

Comments

@Mookse
Copy link
Member

Mookse commented Apr 29, 2024

From the ? icon, a popup structure will appear

  • chat interface
    • css: main.css
    • js: globals.mjs
    • html: _navbar.html
    • dialog bubbles
    • refresh button clears chat
  • backend
    • packet definition: see code below
    • endpoint: GET /help
    • pipeline
    • llm-help-request model and call
  • Replay Tutorial
    • launch button
    • launch emission/receipt
    • getExperiences() // version for available experiences, search at large
    • trim payload to normal experience set:
      {
      "description": "This is the burgeoning tutorial for the MyLife Alpha Program, a test of the API for experiences.",
      "id": "88043968-d7ef-4a57-a923-335bc9f92792",
      "name": "Welcome to MyLife Alpha Program Tutorial",
      "purpose": "Erik's first welcome test of the API for experiences.",
      }
    • startExperience
    • close help popup

Screenshots

image

Code

ctx.body packet

await avatar.help({
		helpRequest,
		type,
		mbr_id,
	})

Out of Scope

@Mookse Mookse mentioned this issue Apr 29, 2024
8 tasks
@Mookse Mookse self-assigned this Apr 29, 2024
@Mookse Mookse changed the title Q Help Q Navigation Help/Chat/Search? Apr 29, 2024
@Mookse Mookse changed the title Q Navigation Help/Chat/Search? Q Navigation Help & Chat Apr 29, 2024
@Mookse Mookse moved this from Open to In Development in MyLife Alpha-Talc Apr 29, 2024
@Mookse Mookse moved this from In Development to Open in MyLife Alpha-Talc May 6, 2024
@Mookse Mookse mentioned this issue May 6, 2024
3 tasks
@Mookse Mookse moved this from Open to In Development in MyLife Alpha-Talc May 7, 2024
@Mookse Mookse moved this from In Development to Done in MyLife Alpha-Talc May 12, 2024
@Mookse Mookse moved this from Done to In Development in MyLife Alpha-Talc May 12, 2024
@Mookse Mookse moved this from In Development to In Testing in MyLife Alpha-Talc May 13, 2024
@Mookse Mookse closed this as completed May 14, 2024
@github-project-automation github-project-automation bot moved this from In Testing to Done in MyLife Alpha-Talc May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant