proxy.golang.org : github.com/milosgajdos/go-hypher
Package go-hypher enables creating AI agents as computational graphs. An agent is represented as a weighted Directed Acyclic Graph (DAG) which consists of nodes that perform a specific operation during agent execution aka Hypher Run. Hypher Run executes all the nodes in the hypher Graph and computes the results of their operations. All the outputs of the nodes are then passed to theis successors which then use them as their inputs. This continues all the way down to the hypher graph output nodes where the agent result is stored and can be fetched from. Given the agents are DAGs, they can form ensambles of agents through additional edges that link the agent DAGs as long as the resulting graph is also a DAG.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/milosgajdos/go-hypher
License: Apache-2.0
Latest release: 23 days ago
Namespace: github.com/milosgajdos
Stars: 4 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 23 days ago