Skip to content

Instantly share code, notes, and snippets.

View mmalohlava's full-sized avatar
:octocat:

Michal Malohlava mmalohlava

:octocat:
View GitHub Profile
@mmalohlava
mmalohlava / agent loop
Created March 10, 2025 20:41 — 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
from cgroups import Cgroup
from cgroups.user import create_user_cgroups
import os
import subprocess
try:
# setup cgroup directory for this user
user = os.getlogin()
create_user_cgroups(user)
@mmalohlava
mmalohlava / 0_reuse_code.js
Created June 3, 2014 22:47
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console