- Distributed by design - can generate, validate and run agents on remote/local/cloud environment
- Components: *Control Plane - execute and monitor agents *Design Plane - generate agent ,agent with integration protocol support defined in the flow *Agents - Python agent generated with protocol support /mqtt/Kafka/local environment with configuration including task provided to LLM.
Control Plane https://github.com/tech-inducers/ether-dashboard
Design Plane https://github.com/node-red/node-red
Agents: ether-agents
https://github.com/tech-inducers/ether-agents
install nodered https://github.com/node-red/node-red node red custom node deployment https://nodered.org/docs/creating-nodes/first-node
install Ollama or use any public LLM with .env files for api key. https://ollama.com/
Download local_exec configuration -incudes generate, validate and run configuration as shown in the above picture.
https://github.com/tech-inducers/ether/tree/main/idea/marketplace/local_env


