Skip to content

Instantly share code, notes, and snippets.

View KayneWest's full-sized avatar
💭
polluting, litering, and throwin' extra food in the trash

Matt Krzus KayneWest

💭
polluting, litering, and throwin' extra food in the trash
View GitHub Profile
@KayneWest
KayneWest / capabilities.txt
Created March 10, 2025 00:06 — forked from jlia0/agent loop
Manus tools and prompts
# Manus AI Assistant Capabilities
## Overview
I am an AI assistant designed to help users with a wide range of tasks using various tools and capabilities. This document provides a more detailed overview of what I can do while respecting proprietary information boundaries.
## General Capabilities
### Information Processing
- Answering questions on diverse topics using available information
- Conducting research through web searches and data analysis
@KayneWest
KayneWest / CameraImage.cpp
Created January 12, 2016 15:58 — forked from kylemcdonald/CameraImage.cpp
openFrameworks app for sending images to disk for processing, and reading text back from disk. Used for "NeuralTalk and Walk".
#include "ofMain.h"
#include "ofxTiming.h"
class ofApp : public ofBaseApp {
public:
ofVideoGrabber grabber;
DelayTimer delay;
ofTrueTypeFont font;
string description;