Skip to content

Commit 9fe5f5a

Browse files
committed
update
1 parent 5c82ecb commit 9fe5f5a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

cookbook/examples/workflows/thoughts_dump_notion/thoughts_dump_notion.py renamed to cookbook/examples/workflows/notion_knowledge_manager/notion_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ def prepare_notion_input(step_input: StepInput) -> StepOutput:
179179
app = agent_os.get_app()
180180

181181
if __name__ == "__main__":
182-
agent_os.serve(app="thoughts_dump_notion:app", reload=True)
182+
agent_os.serve(app="notion_manager:app", reload=True)

0 commit comments

Comments
 (0)