mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-06 08:16:00 +00:00
add examples
This commit is contained in:
parent
ac228e7f66
commit
8413e80d83
1 changed files with 4 additions and 4 deletions
|
|
@ -92,7 +92,7 @@ def example_1_extract_step_experiences():
|
|||
|
||||
# Extract experiences using summarizer
|
||||
summarizer_request = {
|
||||
"trajectories": [successful_trajectory.model_dump(), failed_trajectory.model_dump()]*5,
|
||||
"trajectories": [successful_trajectory.model_dump(), failed_trajectory.model_dump()],
|
||||
"workspace_id": WORKSPACE_ID
|
||||
}
|
||||
|
||||
|
|
@ -251,9 +251,9 @@ def main():
|
|||
|
||||
# Run examples
|
||||
example_1_extract_step_experiences()
|
||||
# example_2_generate_step_context()
|
||||
# example_3_full_agent_execution()
|
||||
# example_4_custom_configuration()
|
||||
example_2_generate_step_context()
|
||||
example_3_full_agent_execution()
|
||||
example_4_custom_configuration()
|
||||
|
||||
print("\n🎉 All examples completed!")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue