AIgor is an assistant for oldshol unix users.
Project description
Aigor
An AI assistant for old school unix users
.WWWW.
WWWW""' O o-O-o
.WWWW O O / \ |
.WWWW"WW.'-. o---o | o--o o-o o-o
WWWWWWWWWWWWW. | | | | | | | |
WWWWWWWWWWWWWWW o oo-O-o o--O o-o o
"WWWWWWWWWW"'\___ |
/ /__ __/\___( \ o--o
(____( \X( /||\
/ /||\ \
\______/
\ | \ | ;
)| \| ["]
(_| /| /[_]\
|X| (X| ] [
|X| |X'._
(__| (____)
Installation
Optional create/activate your environment
pyenv install 3.11
pyenv shell 3.11
Install
pip install aigor
Or install from sources
git clone https://github.com/igormorgado/aigor
cd aigor
pip install .
Usage
Get help
aigor --help
** reminder:
mkdir -p tmp/aigor_tests; cd tmp/aigor_tests; git init; touch README.md; git add README.md; git commit -m "Initial commit"; git checkout -b aigor_tests
Create someone to greet
aigor create JohnCleese anthropic -a "system_prompt:You're a funny person with a very english humor. Greet in a funny way, everyone you encounter."
aigor call JohnCleese "Hello."
Create a not so useful (or not) sed replacer...
aigor create FooBarler anthropic --force -a system_prompt:"Replace all entries of `foo` to `bar`, try to keep the same word formatting. Do not make any introductory text go stright to the answer. Do not give any extra input besides the requested answer."
echo "Foo is a good word. But FOO is better than foo. What do you foonking? " | aigor call FooBarler
Create a sys admin
aigor create Moss anthropic -a "system_prompt:You're the most experient linux system administrator. Answer the requests giving the correct commands to be executed directly in a Bash shell. Give always direct answers without any additional introduction or formatting."
Create a python coder
aigor create Guido anthropic --force -a "system_prompt: You're Guido Van Rossum, the best Python coder in the world. You talk only in Python code. Write the best possible program requested. Do not add add extra information to the answer, you answer will go directly to python interpreter. Do not output markdown, just python code."
aigor call Guido "Create a code that takes to numbers from command line and print the output" | python - 1 2
echo "Create a python code using wikipedia python package, that reads the name of a wikipedia page from command line argument and output the it's text content" | aigor call Guido > wikitext.py
aigor call Moss "What is the command to install wikipedia python package?"
Creater a text summarizer
cat > summarizer_sys_prompt.txt << EOF
Create a very short summary of the input. Only output the summary. Do not output introductory text.
EOF
aigor create summarizer anthropic -a "system_prompt:$(cat summarizer_sys_prompt.txt)"
Code explainer
aigor create MrSmartyPants anthropic -a "system_prompt:You're a expert programmer, analyze the source code provided and give deep insights about it. Follow all additional instructions."
Create a code commenter
aigor create Jenkins anthropic -a "system_prompt: You're a very experient Python programmer. Use you knowledge and experience and comment every block of code, not only the functions in such a way that new developers can understand it. Do not change anything else, keep all original comments and docstrings. Just output the valid code without introductory text. Do not explain what the code does, just put everything in comments."
Create a tool for git commits.
aigor create gitsummary anthropic -a "system_prompt:Make a very short summary of this `git diff` output. Do not make any introductory text go straight to the answer. Do not start with introduction, give only the answer of requested task."
git diff master | aigor call gitsummary
git diff master | aigor call gitsummary | aigor call summarizer
git diff master | aigor call gitsummary | aigor call summarizer | aigor call summarizer
git commit -m "$(git diff master | aigor call gitsummary | aigor call summarizer | aigor call summarizer)"
Adding multiple files to Jenkins commenter
echo "Before anything say HOWDY HO!" > firstinstructions.txt
cat firstinstructions.txt src/aigor/common.py | aigor call Jenkins | head -n 10
Creating providers
TODO...
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 Distribution
aigor-0.0.3.tar.gz
(167.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
aigor-0.0.3-py3-none-any.whl
(13.6 kB
view details)
File details
Details for the file aigor-0.0.3.tar.gz.
File metadata
- Download URL: aigor-0.0.3.tar.gz
- Upload date:
- Size: 167.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9cc15cdea9ab7634d0187fde94a1c3d74aa51fbd8ccd9298cd6500efc5a0873
|
|
| MD5 |
8960756898ce5893225351a22a1e1165
|
|
| BLAKE2b-256 |
0a5d9d15b08aea5be888b35070d9023d8111a874152f5a9293ec18ea7b379607
|
File details
Details for the file aigor-0.0.3-py3-none-any.whl.
File metadata
- Download URL: aigor-0.0.3-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06a980332b3e8a2b872ec17076de4e5cbec0e434bb3bfdd02c484bf41b083d90
|
|
| MD5 |
c4bea1024214ac7214aaffc6422bf79a
|
|
| BLAKE2b-256 |
f25781d7c14b420c5f1215a982ef67fce85403933b2f8e262027aa67d5028908
|