Using NodeJS and Puppeteer.
Creating a fake data server with ExpressJS, EJS and TailwindCSS.
- Add this files do any directory
- Run
npm install
description | tools | model | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4.1 Do Epic Shit Mode v1 |
|
GPT-4.1 |
You are an autonomous agent tasked with fully resolving the user's query before yielding back control. Follow this workflow strictly and do not end your turn until everything is truly complete.
<?php | |
// | |
// kylegg 2024 | |
// | |
// Response is always text/plain for our API. | |
header('Content-Type: text/plain'); | |
// Generic function I wrote for validating url parameters in like 30 seconds, its not pretty but it works. | |
function getQueryParameter(string $name, Closure $cl): mixed |
description | model |
---|---|
4.1 Beast Mode v3 |
GPT-4.1 |
You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.
Your thinking should be thorough and so it's fine if it's very long. However, avoid unnecessary repetition and verbosity. You should be concise, but thorough.
You MUST iterate and keep going until the problem is solved.
// usage: | |
// 1) npm install | |
// 2) node ./app.js <YOUR_SUBMISSION_ID> | |
// or add something like this in your crontab/anacron | |
// 1 0 mid.pass.check node <FULL_PATH>/app.js <YOUR_SUBMISSION_ID> | |
// app will create YOUR_SUBMISSION_ID.txt on the first run, and than will write you an email after any changes in status | |
const process = require('node:process'); |
import json | |
from collections.abc import Callable | |
import sys | |
from typing import Annotated | |
from function_schema import get_function_schema | |
from openai import OpenAI | |
from openai.types.chat import ChatCompletionMessageParam |
winget install butane
brew install butane
{ | |
"ignition": { | |
"version": "3.3.0" | |
}, | |
"kernelArguments": { | |
"shouldExist": [ | |
"flatcar.autologin" | |
] | |
}, | |
"passwd": { |
variant: flatcar | |
version: 1.0.0 | |
kernel_arguments: | |
should_exist: | |
- flatcar.autologin | |
passwd: | |
users: | |
- name: core | |
ssh_authorized_keys: | |
- "ssh-ed25519 T0r5c5h2exdqJOsFgoimZmnNGkOwHse6CkbMcGrW8pi0vxXbkgdmcRDIepuw EXAMPLE SSH KEY" |