MCPcopy Create free account
hub / github.com/agenticsorg/lean-agentic / quickStart

Function quickStart

npm/lean-agentic/src/node.js:72–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70}
71
72async function quickStart() {
73 const demo = createDemo();
74 return demo.createIdentity();
75}
76
77module.exports = {
78 LeanDemo,

Callers

nothing calls this directly

Calls 2

createDemoFunction · 0.70
createIdentityMethod · 0.45

Tested by

no test coverage detected