Multimodal Assistant. Human Interface for computers.
Project description
Note: Project is in its early stage of development.
openmacro is a multimodal personal agent that allows LLMs to run code locally. openmacro aims to act as a personal agent capable of completing and automating simple to complex tasks autonomously via self prompting.
This provides a cli natural-language interface for you to:
- Complete and automate simple to complex tasks.
- Analyse and plot data.
- Control desktop applications through vision and pyautogui.
- Manipulate files including photos, videos, PDFs, etc.
At the moment, API keys for models are yet to be supported and by default, models are powered by HuggingFace Spaces and their respective hosts:
- LLM: Llama3.1-70B-Instruct hosted by aixsatoshi.
- Code: CodeQwen1.5-7B hosted by Qwen.
- Vision: Qwen-VL-Max hosted by Qwen.
This project is heavily inspired by Open Interpreter.
Demo
Quick Start
You can get started with openmacro by running.
pip install openmacro
macro
Not working? Raise an issue here or try this out instead:
py -m pip install openmacro
py -m openmacro
Personalisation
Openmacro supports cli args and customised settings! You can view arg options by running:
macro --help
To append your own personalised settings and save it for the future, run:
macro --config "path\to\config.toml" --save
What your personalised config.toml
might look like:
[assistant]
name="Basil"
personality="You have a kind, deterministic and professional attitude towards your work and respond in a formal, yet casual manner."
Todo's
- AI Intepreter
- CLI Interface
- Extensions Feature
- Web Search Capability
- Security & Error Handling
- API Keys Support
- Chunk Streaming and Smart Stalling
- Semantic File Search
- App Interface
Currently Working On
Currently, focusing on a refined system for Extensions, so anyone can build extensions for openmacro.
-
Working on
browser
which is the official openmacro browser extension powered by Playwright, Bs4 and Markdownify. -
Working on
ompi
which is the Openmacro Package Index. Similar to Python'spypi
, users can install third-party extensions to integrate with their openmacro assistant.
Next Steps
Focusing on error handling, security and safety as AI LLMs can be unpredictable and with the addition of Extensions, libraries might not be setup properly or cause issues for the user.
Contact
You can contact me at amor.budiyanto@gmail.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file openmacro-0.0.12-py3-none-any.whl
.
File metadata
- Download URL: openmacro-0.0.12-py3-none-any.whl
- Upload date:
- Size: 21.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7190790eebe6aa6104dc5a846b83539d890afcacde54f2cc7c3311b7505f718 |
|
MD5 | c1afada548d7f9c9abdfd4f001a3b003 |
|
BLAKE2b-256 | 7d025f76f68eb49d780876062517eea9e545a1c90dd2f4063a44b2236ac553ef |