-
Notifications
You must be signed in to change notification settings - Fork 256
Site: add agent gen code from AI week to PROD #1987
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks good to me!
Thank you, @kaitlynmichael! |
Adding @andy-stark-redis as co-owner. |
@paoloredis Can you also take a look here and help decide:
|
@mich-elle-luna there is no way for us to use our token without exposing it to the user |
Ok thanks Paolo, @andy-stark-redis I guess we should just comment out or remove the chat with code feature. Paolo, can you remove the auth/login screen for the binders associated with this agent builder whenever you have a chance? |
I removed Chat about Code (or rather, Augment did). Adding @paoloredis as a co-owner for the last bit. |
@mich-elle-luna actually I was talking about the jupyter notebook environment. there we have no way of using the token in a secure way |
For some reason, in the preview now, the templates are very truncated and don't show the entire agent code file. ..Actually I see the build of this branch working fine locally, so just in the preview page the agent code looks wrong. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you all!
The reason the code seems truncated in staging is because the GET request to get the Agent code is failing and the code is using the default option. You can see this in the console when selecting Python + OpenAI + Conversational: |
Adding the code from the DocumentAItion repo. I suppose we'll have to do something about the keys/tokens, as we can't keep using the AI week key.