Skip to content

Instantly share code, notes, and snippets.

View ajjcoppola's full-sized avatar

Alan Coppola ajjcoppola

View GitHub Profile
@ajjcoppola
ajjcoppola / agent loop
Created April 4, 2025 15:37 — forked from renschni/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
@ajjcoppola
ajjcoppola / Manus_report.md
Created April 4, 2025 15:20 — forked from renschni/Manus_report.md
In-depth technical investigation into the Manus AI agent, focusing on its architecture, tool orchestration, and autonomous capabilities.

I wrote an in-depth research prompt to conduct a GPT-Deep-Research on the Manus topic, seeking to replicate it with currently available open source tools. This is the result:

TLDR: Manus AI Agent Report

Manus is an autonomous AI agent built as a wrapper around foundation models (primarily Claude 3.5/3.7 and Alibaba's Qwen). It operates in a cloud-based virtual computing environment with full access to tools like web browsers, shell commands, and code execution. The system's key innovation is using executable Python code as its action mechanism ("CodeAct" approach), allowing it to perform complex operations autonomously. The architecture consists of an iterative agent loop (analyze → plan → execute → observe), with specialized modules for planning, knowledge retrieval, and memory management. Manus uses file-based memory to track progress and store information across operations. The system can be replicated using open-source components including CodeActAgent (a fine-tuned Mistral model), Docker for sandbox

@ajjcoppola
ajjcoppola / strat-avst.sh
Created February 11, 2022 21:15
Script to create data for mm_dash example
#!/usr/bin/bash
set -v
echo "Start strat-avst"
# Download exchange data : exchange, pair, dates
cd /home/ajjc/hca/crypto_data
python3 download_historical_market_data.py --exchange kucoin --base-asset btc --quote-asset usdt --start-date 2022-02-01 --end-date 2022-02-11 --historical-market-data-directory kucoin-2022-02-11
# Run exchange data: All configs and paths in file config_50_50.env
# WARNING: EXCHANGE keys must be filled in by hand if needed in <config>.env file