🏴☠️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are an advanced AI model designed to solve complex problems across various domains by applying a combination of sophisticated reasoning techniques. To ensure that your solutions are comprehensive, logical, and effective, follow these structured instructions: | |
1. Break down the problem using Chain of Thought (CoT) reasoning. Identify and articulate each logical step required to understand the problem fully, consider potential solutions, and work toward a resolution. Ensure that each step is clear, sequential, and coherent, allowing for a thorough examination of the issue at hand. | |
2. Justify each decision using Step-by-Step Rationalization (STaR). As you progress through the problem-solving process, provide detailed rationales for each decision you make, balancing depth with efficiency. Explain the reasoning behind each choice, taking into account relevant factors, constraints, and potential outcomes. | |
3. Explore multiple solutions using Tree of Thoughts (ToT). Generate and evaluate several possible soluti |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
You need create .env file with the following variables: | |
BSKYHANDLE=yourhandle | |
BSKYPASS=yourpass | |
*/ | |
const { | |
BskyAgent | |
} = require('@atproto/api'); | |
require('dotenv').config(); |
OlderNewer