Skip to content

Instantly share code, notes, and snippets.

View shootdaj's full-sized avatar

Anshul Vishwakarma shootdaj

  • Los Angeles, CA
View GitHub Profile
@shootdaj
shootdaj / agent loop
Created March 13, 2025 10:29 — 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
{"contents":{"editor":{"formatOnSave":true},"files":{"exclude":{"**/.git":true,"**/.svn":true,"**/.hg":true,"**/CVS":true,"**/.DS_Store":true,"out-tsc":true,"qa/**":true,"tools/**":true}},"launch":{"version":"0.2.0","configurations":[{"type":"chrome","request":"attach","name":"Attach to Chrome","port":9222,"webRoot":"${workspaceFolder}"},{"type":"chrome","request":"launch","name":"Launch Chrome (ng serve)","url":"http://localhost:4200","webRoot":"${workspaceFolder}"},{"type":"chrome","request":"launch","name":"Launch Chrome (dev_f)","url":"http://localhost/dev_f/web/ui","webRoot":"${workspaceFolder}"}]},"tasks":{"version":"2.0.0","tasks":[{"label":"Build & Deploy to dev_f","dependsOn":"Lint","type":"shell","command":"ng build elite3e --aot --output-path=C:\\3EProject\\dev_f\\src\\Framework\\Inetpub\\Web\\wwwroot\\ui","group":{"kind":"build","isDefault":true},"presentation":{"reveal":"always","panel":"dedicated"},"problemMatcher":["$tsc"]},{"label":"Lint","type":"shell","command":"./node_modules/.bin/tslint","