Skip to main content
NameDescriptionLangChainChidoriCogine
Decentralized dataUser's data are stored outside of the application and user controls its access permission from the applications
InteroperabilityOne agent can interoperate with any others even it is not developed by a same developerlimited to agents developed by a same developer and need to call API manuallylimited to agents developed by a same developer and need to call API manually
Multi-agent collaborationHas standard collaborating mechanism between User, System and AgentsNo standard mechanism and need to communicate case by case, also limited to a same developerNo standard mechanism and need to communicate case by case, also limited to a same developer
Function/Agent-level sand-boxingEvery agent and even a function can be isolated so that multi agents come from different can be running in a same memory environment safely
Conversational computingCode can talk to user, system or other agents to ask more information at any function location, the agent will be paused and continue to run when got response.
Logic-abstractionWe re-organized the whole program to make developers focused on logic of busniess and forget about the hardware, data and programing language abstraction.
Visual graph editingWe build a graph interaction which is as simple as Houdini and as powerful as any turning completed programming language.
Agent format standardWe defined a agent format standard to represent a turing completed agent program which can be loaded and runned dynamically so everyone can develop an agent to handle personal needs.some runtime in-memory agent objectsome runtime in-memory agent object
Virtual machine & Dynamical loading and runningCan load and run dynamically