Angel is a TUI-based autonomous coding agent built on fauxtp GenServers.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 15 lines 355 B view raw
1[project] 2name = "angel" 3version = "0.1.0" 4description = "Angel — a sassy autonomous coding agent built on fauxtp GenServers" 5readme = "README.md" 6requires-python = ">=3.11" 7dependencies = [ 8 "fauxtp @ git+https://github.com/fizzAI/fauxtp", 9 "litellm>=1.81.9", 10 "prompt-toolkit>=3.0", 11 "rich>=13.0", 12] 13 14[project.scripts] 15angel = "main:main"