| ▲ | simonw a day ago | |||||||
I'm pretty sure that first one can be achieved using MicroPython or CPython. Your point 2 is very convincing: I hadn't realized Monty had serializable state as a core feature, that's a very compelling attribute for an agent runtime! I have my own projects that could benefit from that. | ||||||||
| ▲ | camdenclark a day ago | parent [-] | |||||||
Absolutely the first one could be achieved using one of those tools. But Monty makes it feel so native, it even packages a type checker so you can provide stubs for the external functions (so you provide feedback to the agent on the type of those things). Serializable state is the most cool property though. It's really undersold in the explanations but makes running durable agent workflows authored in code possible! | ||||||||
| ||||||||