Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/llm-workflow-engine/llm-workflow-engine
/ console
Function
console
lwe/debug.py:12–13 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
10
11
12
def
console(*args, **kwargs):
13
pp.pprint(*args, **kwargs)
14
15
16
def
file(*args, **kwargs):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected