aethershell 1.6.0

The world's first multi-agent shell with typed functional pipelines and multi-modal AI
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"