aethershell 0.3.1

The world's first multi-agent shell with typed functional pipelines and multi-modal AI
Documentation
1
2
3
4
5
6
7
print("Hello, Æther!")

name = "world"
print("Hi, ${name}!")

# External command passthrough (falls back to sh([...]) internally)
!"echo from external"