This website works better with JavaScript.
Explore
Help
Register
Sign In
KenSchae
/
fabric
Watch
1
Star
0
Fork
You've already forked fabric
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
ai
augmentation
work
life
flourishing
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
341
Commits
6
Branches
8
Tags
153 MiB
Tree:
dbddad61e2
agents
main
model_as_env_variable
pipx
transcribe
trying_something_awesome
1.2.0
1.4.0
v1.0.0
v1.1.0
v1.1.1
v1.1.2
v1.1.3
v1.3.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'dbddad61e2'
${ noResults }
fabric
/
client
/
p.py
7 lines
93 B
Raw
Normal View
History
Unescape
Escape
Update .gitignore and server configurations
10 months ago
#!/usr/bin/env python3
Added an early version of the main client. Still buggy. Let us know what issues you have.
10 months ago
import
pyperclip
pasted_text
=
pyperclip
.
paste
(
)
print
(
pasted_text
)