MCPcopy Create free account

hub / github.com/eidolon-ai/eidolon / functions

Functions977 in github.com/eidolon-ai/eidolon

Methodstreaming
(self, name: Annotated[str, Body(embed=True)])
examples/eidolon_examples/hello_world/StreamingTest.py:10
Methodstreaming_object
(self, name: Annotated[str, Body(embed=True)])
examples/eidolon_examples/hello_world/StreamingTest.py:18
Methodsubtract
Subtracts b from a. :param a: The first number :param b: The second number :return: The result of subtracting b from
examples/eidolon_examples/hello_world/SimpleTool.py:20
Methodtake_turn
Called to allow the agent to speak
examples/eidolon_examples/group_conversation/game_master.py:84
Methodteardown_class
(cls)
sdk/tests/util/test_class_utils.py:28
Methodterminate
(self)
sdk/tests/system/test_code_agents.py:232
Methodtest
(self, process_id, agent: Annotated[str, Body()])
examples/eidolon_examples/getting_started/2_custom_agents/qa.py:36
Functiontest_action
(server)
sdk/tests/client/test_group_conversation.py:48
Functiontest_adds_context
()
sdk/tests/test_stream_collector.py:25
Methodtest_agent_create_delete_hooks
(self, agent)
sdk/tests/system/test_code_agents.py:200
Methodtest_agents_are_separate
(self)
sdk/tests/system/test_code_agents.py:314
Functiontest_all_dry_run_are_properly_placed
()
examples/tests/test_k8_logic_unit.py:6
Methodtest_allowed_actions
(self)
sdk/tests/system/test_code_agents.py:279
Functiontest_annotated_ref_plays_nicely_with_descriptions
()
sdk/tests/system/test_reference_model.py:180
Methodtest_array_model_creation
Test creation of a model with array properties.
sdk/tests/util/test_schema_to_model.py:64
Methodtest_automatic_state_transition
(self, agent)
sdk/tests/system/test_code_agents.py:107
Functiontest_builds_tools_from_other_messages
(conversational_logic_unit)
sdk/tests/cpu/test_conversational_logic_unit.py:77
Functiontest_can_build_tools
(conversational_logic_unit)
sdk/tests/cpu/test_conversational_logic_unit.py:70
Functiontest_can_hit_generic_agent
(server_loc)
examples/tests/test_quickstart.py:13
Functiontest_can_hit_generic_agent
(server_loc)
examples/tests/test_hello_world.py:19
Methodtest_can_hit_generic_agent
(self, server_loc)
examples/tests/test_getting_started.py:20
Methodtest_can_hit_generic_agent
(self, server_loc)
examples/tests/test_getting_started.py:47
Methodtest_can_hit_qa_agent
(self, server_loc)
examples/tests/test_getting_started.py:29
Methodtest_can_hit_qa_agent
(self, server_loc)
examples/tests/test_getting_started.py:56
Methodtest_can_list_processes
(self, client)
sdk/tests/system/test_code_agents.py:251
Methodtest_can_register_function_as_action_and_program
(self)
sdk/tests/system/test_code_agents.py:309
Methodtest_can_start
(self, client)
sdk/tests/system/test_code_agents.py:98
Methodtest_can_start
(self)
sdk/tests/system/test_code_agents.py:267
Methodtest_can_transition_state
(self)
sdk/tests/system/test_code_agents.py:272
Methodtest_complex_model
(self)
sdk/tests/util/test_schema_to_model.py:25
Functiontest_create_process
(server)
sdk/tests/client/test_client.py:30
Methodtest_creating_processes_without_program
(self, agent)
sdk/tests/system/test_code_agents.py:183
Functiontest_default_agent
()
sdk/tests/test_simple_agent.py:88
Methodtest_default_in_body
(self)
sdk/tests/system/test_code_agents.py:293
Functiontest_default_resume_point_config
(machine)
sdk/tests/test_replay.py:37
Methodtest_default_values
Test that default values are correctly assigned.
sdk/tests/util/test_schema_to_model.py:86
Functiontest_default_yaml_parser
()
sdk/tests/test_replay.py:104
Methodtest_delete_process
(self, agent)
sdk/tests/system/test_code_agents.py:191
Functiontest_dir
()
sdk/tests/conftest.py:261
Functiontest_docs
(conversational_logic_unit)
sdk/tests/cpu/test_conversational_logic_unit.py:98
Methodtest_empty_string
(self)
sdk/tests/util/test_str_utils.py:34
Functiontest_explicit_named_reference_default_spec
()
sdk/tests/system/test_reference_model.py:82
Functiontest_explicit_named_reference_spec_overriden_in_reference
()
sdk/tests/system/test_reference_model.py:90
Functiontest_explicit_reference_default_spec
()
sdk/tests/system/test_reference_model.py:68
Functiontest_explicit_reference_override_spec
()
sdk/tests/system/test_reference_model.py:75
Functiontest_extended_reference_raw
()
sdk/tests/system/test_reference_model.py:154
Functiontest_extended_reference_wrapped_with_overrides
()
sdk/tests/system/test_reference_model.py:148
Functiontest_extending_reference_wrapped
()
sdk/tests/system/test_reference_model.py:142
Functiontest_foo
()
examples/tests/test_k8_logic_unit.py:15
Functiontest_from_dict
()
sdk/tests/test_events.py:4
Functiontest_get_changes
(github_loader)
sdk/tests/test_github_loader.py:21
Functiontest_go_to_url
(websearch)
sdk/tests/test_web_search.py:11
Functiontest_headers_only_show_propagated
()
sdk/tests/test_request_context.py:14
Methodtest_hello_world
(self, server, client)
sdk/tests/system/test_event_recording.py:67
Methodtest_hello_world
(self, agent)
sdk/tests/system/test_code_agents.py:102
Methodtest_hello_world_streaming
(self, client)
sdk/tests/system/test_event_recording.py:84
Methodtest_http_error
(self, server, program)
sdk/tests/system/test_code_agents.py:113
Methodtest_implementation_class_not_subclass
Test error when the class is not a subclass of the specified type.
sdk/tests/util/test_class_utils.py:48
Methodtest_implementation_fqn_incorrect
Test error when the fully qualified name is incorrect.
sdk/tests/util/test_class_utils.py:42
Methodtest_implementation_fqn_not_provided
Test error when the fully qualified name is not provided.
sdk/tests/util/test_class_utils.py:36
Methodtest_insert
(self, memory)
sdk/tests/impl/test_local_symbolic_memory.py:35
Methodtest_insert_one
(self, memory)
sdk/tests/impl/test_local_symbolic_memory.py:27
Methodtest_invalid_schema
Test that an invalid schema raises the appropriate error.
sdk/tests/util/test_schema_to_model.py:123
Functiontest_json_output
()
sdk/tests/test_simple_agent.py:108
Functiontest_limit_object_ending_on_dict
()
examples/tests/test_k8_logic_unit.py:34
Functiontest_limit_object_ending_on_list
()
examples/tests/test_k8_logic_unit.py:40
Functiontest_list_files
(github_loader)
sdk/tests/test_github_loader.py:15
Functiontest_list_files
(agent)
sdk/tests/agent/test_retriever_agent.py:32
Functiontest_loosely_validated_type_bounds
()
sdk/tests/system/test_reference_model.py:197
Functiontest_loosely_validated_type_bounds_dumping_dict
()
sdk/tests/system/test_reference_model.py:188
Methodtest_lots_o_context
(self, agent)
sdk/tests/system/test_code_agents.py:155
Methodtest_lots_o_context_streaming
(self, agent)
sdk/tests/system/test_code_agents.py:160
Methodtest_matches_query_complex
(self, memory)
sdk/tests/impl/test_local_symbolic_memory.py:50
Methodtest_matches_query_simple
(self, memory)
sdk/tests/impl/test_local_symbolic_memory.py:43
Methodtest_matches_query_with_operators
(self, memory)
sdk/tests/impl/test_local_symbolic_memory.py:64
Functiontest_multiple_calls
(conversational_logic_unit)
sdk/tests/cpu/test_conversational_logic_unit.py:104
Functiontest_multiple_files
(cat, dog)
sdk/tests/test_simple_agent.py:216
Functiontest_multiple_files_no_body
(cat, dog)
sdk/tests/test_simple_agent.py:224
Functiontest_multiple_prompt_args
()
sdk/tests/test_simple_agent.py:100
Methodtest_multiple_replacements_different_vars
(self)
sdk/tests/util/test_str_utils.py:28
Methodtest_multiple_replacements_same_var
(self)
sdk/tests/util/test_str_utils.py:25
Methodtest_nested_model_creation
Test creation of a model with nested objects.
sdk/tests/util/test_schema_to_model.py:43
Functiontest_nested_resources
(nested_random_resource)
sdk/tests/system/test_reference_model.py:106
Functiontest_nested_resources_with_override
(nested_random_resource)
sdk/tests/system/test_reference_model.py:113
Functiontest_no_body
(conversational_logic_unit)
sdk/tests/cpu/test_conversational_logic_unit.py:92
Methodtest_no_replacement
(self)
sdk/tests/util/test_str_utils.py:22
Methodtest_no_variables
(self)
sdk/tests/util/test_str_utils.py:31
Functiontest_no_vars
()
sdk/tests/test_simple_agent.py:94
Methodtest_nonexistent_variable
(self)
sdk/tests/util/test_str_utils.py:40
Methodtest_only_variable
(self)
sdk/tests/util/test_str_utils.py:37
Functiontest_optional_file_no_body_with_file
(dog)
sdk/tests/test_simple_agent.py:180
Functiontest_optional_file_no_body_with_no_file
()
sdk/tests/test_simple_agent.py:174
Functiontest_optional_file_with_file
(dog)
sdk/tests/test_simple_agent.py:164
Functiontest_optional_file_with_no_file
()
sdk/tests/test_simple_agent.py:158
Methodtest_parse
(self)
sdk/tests/agent/doc_manager/parsers/test_pdf_parser.py:8
Methodtest_parse_large_string
(self, text_parser: TextParser)
sdk/tests/agent/doc_manager/parsers/test_text_parser.py:21
Methodtest_parse_simple_string
(self, text_parser: TextParser)
sdk/tests/agent/doc_manager/parsers/test_text_parser.py:12
Functiontest_reference_with_default
()
sdk/tests/system/test_reference_model.py:166
Functiontest_reference_with_no_default
()
sdk/tests/system/test_reference_model.py:160
Functiontest_reference_with_string_default
()
sdk/tests/system/test_reference_model.py:172
← previousnext →801–900 of 977, ranked by callers