from notte_sdk import NotteClient
notte = NotteClient()
agent = notte.Agent(agent_id="<agent_id>")
print(agent.workflow.code()){
"python_script": "<string>",
"json_actions": [
{}
]
}from notte_sdk import NotteClient
notte = NotteClient()
agent = notte.Agent(agent_id="<agent_id>")
print(agent.workflow.code()){
"python_script": "<string>",
"json_actions": [
{}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.notte.cc/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Whether to return code as standalone workflow or just relevant instructions
Whether to infer response_format schema for scrape calls that have instructions but no schema
Was this page helpful?
Suggestions