Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Editor: Added agent#30761

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
mrdoob wants to merge13 commits intodev
base:dev
Choose a base branch
Loading
fromagent
Draft

Editor: Added agent#30761

mrdoob wants to merge13 commits intodevfromagent

Conversation

mrdoob
Copy link
Owner

Description

I thought it would be interesting to try to add an agent to the editor.

This is how it currently looks like:

Screen.Recording.2025-03-20.at.15.30.19.mov

Currently I'm building it using@google/genai.

Ideally we would just use the AI that comes with the browser using the Prompt API:
https://developer.chrome.com/docs/extensions/ai/prompt-api

Mugen87, facecjf, tseijp, zineanteoh, ruofeidu, fanchou, RenaudRohlinger, lixinde, and lin72h reacted with thumbs up emojisunag, zineanteoh, ruofeidu, CuratorDoc, and lin72h reacted with heart emojiMakio64, facecjf, jlucaso1, tseijp, sunag, zineanteoh, ruofeidu, lixinde, and lin72h reacted with rocket emojiMugen87, zineanteoh, and ruofeidu reacted with eyes emoji
@mrdoobmrdoob added this to ther175 milestoneMar 20, 2025
@ruofeidu
Copy link
Contributor

Nice! Time to InstructPipe / Idea2Reality to three.js :)https://duruofei.com/papers/Zhou_InstructPipe-BuildingVisualProgrammingPipelinesInVisualBlocksWithHumanInstructionsUsingLLMs_CHI2025.pdf

mrdoob reacted with eyes emoji

mrdooband others added2 commitsMarch 24, 2025 22:18
…rt, function or classCo-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@@ -192,7 +192,7 @@ class Agent {
async init() {

// Initialize Google AI
const ai = new GoogleGenAI( { apiKey: 'GENAI_API_KEY' } );
const ai = new GoogleGenAI( { apiKey: 'AIzaSyAHEPxUn9Ow4Lk8oXM4jl3u_stzOIxkkGM' } );

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

@mrdoob any problem on exposing this key?

Copy link
OwnerAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I was exposing it intentionally, but seems like githack doesn't like serving stuff with keys...

jlucaso1 and lin72h reacted with thumbs up emoji
@mrdoobmrdoob modified the milestones:r175,r176Mar 28, 2025
@mrdoobmrdoob modified the milestones:r176,r177Apr 24, 2025
@mrdoobmrdoob modified the milestones:r177,r178May 30, 2025
@mrdoobmrdoob modified the milestones:r178,r179Jun 30, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@jlucaso1jlucaso1jlucaso1 left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
r179
Development

Successfully merging this pull request may close these issues.

3 participants
@mrdoob@ruofeidu@jlucaso1

[8]ページ先頭

©2009-2025 Movatter.jp