Skip to content

Instantly share code, notes, and snippets.

View eware-godaddy's full-sized avatar

Eugene Ware eware-godaddy

View GitHub Profile
{
"duration": 23024.788375000004,
"output": {
"response": "What's your business idea? Just a quick overview will help me assist you better.",
"suggestedReplies": "It's a bakery | It's a coaching service | It's a mobile app"
},
"result": {
"state": {
"$schemaVersion": "1.0",
"currentTurn": 2,
openai-agents:openai Response received: {
openai-agents:openai "id": "resp_07b9724cdba2b48e0068df2e3372288196b17bcaf0772050bd",
openai-agents:openai "object": "response",
openai-agents:openai "created_at": 1759456819,
openai-agents:openai "status": "completed",
openai-agents:openai "background": false,
openai-agents:openai "billing": {
openai-agents:openai "payer": "developer"
openai-agents:openai },
openai-agents:openai "error": null,
@eware-godaddy
eware-godaddy / agent loop
Created March 11, 2025 03:08 — forked from jlia0/agent loop
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@eware-godaddy
eware-godaddy / stablediffusionwalk.py
Created August 17, 2022 00:36 — forked from karpathy/stablediffusionwalk.py
hacky stablediffusion code for generating videos
"""
draws many samples from a diffusion model by slerp'ing around
the noise space, and dumps frames to a directory. You can then
stitch up the frames with e.g.:
$ ffmpeg -r 10 -f image2 -s 512x512 -i out/frame%04d.jpg -vcodec libx264 -crf 10 -pix_fmt yuv420p test.mp4
THIS FILE IS HACKY AND NOT CONFIGURABLE READ THE CODE, MAKE EDITS TO PATHS AND SETTINGS YOU LIKE
THIS FILE IS HACKY AND NOT CONFIGURABLE READ THE CODE, MAKE EDITS TO PATHS AND SETTINGS YOU LIKE
THIS FILE IS HACKY AND NOT CONFIGURABLE READ THE CODE, MAKE EDITS TO PATHS AND SETTINGS YOU LIKE