Skip to content

Commit 5f7fca9

Browse files
committed
agentops end session
1 parent 8cb29b5 commit 5f7fca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • agentstack/templates/openai_swarm/{{cookiecutter.project_metadata.project_slug}}/src

agentstack/templates/openai_swarm/{{cookiecutter.project_metadata.project_slug}}/src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def run():
1313
Run the agent.
1414
"""
1515
instance.run(inputs=agentstack.get_inputs())
16-
16+
agentops.end_session(end_state='Success')
1717

1818
if __name__ == '__main__':
1919
run()

0 commit comments

Comments
 (0)