PyPI project
a2a-agentspeak
22 indexed releases ยท newest sdist 0.0.15 with 121 indexed members
Files in 0.0.15 a2a_agentspeak-0.0.15.tar.gz
- a2a_agentspeak/__init__.py
- a2a_agentspeak/a2a_stdlib.py
- a2a_agentspeak/actions.py
- a2a_agentspeak/asp_build.py
- a2a_agentspeak/asp_message.py
- a2a_agentspeak/build_server.py
- a2a_agentspeak/check.py
- a2a_agentspeak/content_codecs/__init__.py
- a2a_agentspeak/content_codecs/cold_repository_codec.py
- a2a_agentspeak/content_codecs/common.py
- a2a_agentspeak/content_codecs/hot_repository_codec.py
- a2a_agentspeak/content_codecs/python_agentspeak_codec.py
- a2a_agentspeak/embedded_agent.py
- a2a_agentspeak/send_message.py
- cold_repository/__init__.py
- cold_repository/codec.py
- cold_repository/cold_repository_server.py
- cold_repository/context.py
- cold_repository/repository.py
- cold_repository/run_cold_repository_server.py
- hot_repository/__init__.py
- hot_repository/codec.py
- hot_repository/context.py
- hot_repository/hot_repository_server.py
- hot_repository/mistral_selector_prompt.py
- hot_repository/repository.py
- hot_repository/run_hot_repository_server.py
- sample_agents/python_agents/translator/translator_nl_to_bdi/context.py
- sample_agents/python_agents/translator/translator_nl_to_bdi/mistral_config.py
- sample_agents/python_agents/translator/translator_nl_to_bdi/translator.py
- sample_agents/python_agents/translator/translator_nl_to_bdi/translator_agent.py
- sample_agents/requirement_generators/atomic/mistral_requirement_actions.py
- sample_agents/requirement_generators/list/mistral_requirement_actions.py
- sample_agents/requirement_generators/list/openai_langfuse_requirement_actions.py
- sample_agents/requirement_generators/list/openai_litellm_langfuse_requirement_actions.py
- samples/arbitration/context.py
- samples/arbitration/run_agent.py
- samples/llm_dynamic_manager_with_orchestrator/context.py
- samples/llm_dynamic_manager_with_orchestrator/mistral_selector_prompt.py
- samples/llm_dynamic_manager_with_orchestrator/run_agent_selector_agent.py
- samples/llm_dynamic_manager_with_orchestrator/run_bad_requirement_manager_agent.py
- samples/llm_dynamic_manager_with_orchestrator/run_naive_requirement_manager_agent.py
- samples/llm_dynamic_manager_with_orchestrator/run_requirement_manager_agent_on_mistral.py
- samples/llm_dynamic_manager_with_orchestrator/run_requirement_manager_agent_on_openai.py
- samples/llm_dynamic_manager_with_orchestrator/run_robot_agent.py
- samples/llm_dynamic_manager_with_orchestrator/run_test_client.py
- samples/llm_refactoring/context.py
- samples/llm_refactoring/run_manager.py
- samples/llm_refactoring/run_test.py
- samples/llm_req_manager_with_orchestrator_and_hot_repository/context.py
- samples/llm_req_manager_with_orchestrator_and_hot_repository/run_agent_selector_agent.py
- samples/llm_req_manager_with_orchestrator_and_hot_repository/run_alt_client.py
- samples/llm_req_manager_with_orchestrator_and_hot_repository/run_asp_agent.py
- samples/llm_req_manager_with_orchestrator_and_hot_repository/run_bad_requirement_manager_agent.py
- samples/llm_req_manager_with_orchestrator_and_hot_repository/run_naive_requirement_manager_agent.py
- samples/llm_req_manager_with_orchestrator_and_hot_repository/run_requirement_manager_agent_on_mistral.py
- samples/llm_req_manager_with_orchestrator_and_hot_repository/run_requirement_manager_agent_on_openai_langfuse.py
- samples/llm_req_manager_with_orchestrator_and_hot_repository/run_requirement_manager_agent_on_openai_litellm_langfuse.py
- samples/llm_req_manager_with_orchestrator_and_hot_repository/run_robot_agent.py
- samples/llm_req_manager_with_orchestrator_and_hot_repository/run_stub_requirement_manager_agent.py
- samples/llm_req_manager_with_orchestrator_and_hot_repository/run_test_client.py
- samples/llm_req_manager_with_orchestrator_and_repository_and_nl_selection/context.py
- samples/llm_req_manager_with_orchestrator_and_repository_and_nl_selection/run_agent_selector_agent.py
- samples/llm_req_manager_with_orchestrator_and_repository_and_nl_selection/run_bad_requirement_manager_agent.py
- samples/llm_req_manager_with_orchestrator_and_repository_and_nl_selection/run_naive_requirement_manager_agent.py
- samples/llm_req_manager_with_orchestrator_and_repository_and_nl_selection/run_requirement_manager_agent_on_mistral.py
- samples/llm_req_manager_with_orchestrator_and_repository_and_nl_selection/run_requirement_manager_agent_on_openai.py
- samples/llm_req_manager_with_orchestrator_and_repository_and_nl_selection/run_robot_agent.py
- samples/llm_req_manager_with_orchestrator_and_repository_and_nl_selection/run_stub_requirement_manager_agent.py
- samples/llm_req_manager_with_orchestrator_and_repository_and_nl_selection/run_test_client.py
- samples/llm_req_manager_with_reference_agent/context.py
- samples/llm_req_manager_with_reference_agent/reference_agent.py
- samples/llm_req_manager_with_reference_agent/run_manager.py
- samples/llm_req_manager_with_reference_agent/run_reference_agent.py
- samples/llm_req_manager_with_reference_agent/run_requirement_generator.py
- samples/llm_req_manager_with_reference_agent/run_test.py
- samples/llm_translation/context.py
- samples/llm_translation/run_robot_agent.py
- samples/llm_translation/run_test_client.py
- samples/llm_translation/run_translator_agent.py
- samples/ping/context.py
- samples/ping/run_receiver_agent.py
- samples/ping/run_sender_agent.py
- tests/action/context.py
- tests/action/run_main_agent.py
- tests/atomic_req_gen_client/context.py
- tests/atomic_req_gen_client/run_test_client.py
- tests/backup_plan/context.py
- tests/backup_plan/run_main_agent.py
- tests/cold_agent_on_repo_with_holes/context.py
- tests/cold_agent_on_repo_with_holes/run_test_client.py
- tests/customizable_robot/context.py
- tests/customizable_robot/run_robot_agent.py
- tests/if_else/context.py
- tests/if_else/run_main_agent.py
- tests/number_guessing_game_A2A/agent_Alice.py
- tests/number_guessing_game_A2A/agent_Bob.py
- tests/number_guessing_game_A2A/agent_Carol.py
- tests/number_guessing_game_A2A/config.py
- tests/number_guessing_game_A2A/context.py
- tests/number_guessing_game_A2A/run_player_agent.py
- tests/number_guessing_game_A2A/utils/__init__.py
- tests/number_guessing_game_A2A/utils/game_logic.py
- tests/number_guessing_game_A2A/utils/helpers.py
- tests/number_guessing_game_A2A/utils/protocol_wrappers.py
- tests/number_guessing_game_A2A/utils/server.py
- tests/ping_agent_on_cold_repo/context.py
- tests/ping_agent_on_cold_repo/run_test_client.py
- tests/ping_with_fail/context.py
- tests/ping_with_fail/run_receiver_agent.py
- tests/ping_with_fail/run_sender_agent.py
- tests/return_server_error/context.py
- tests/return_server_error/run_test.py
- tests/spawn_from_cold_repo/context.py
- tests/spawn_from_cold_repo/run_agent.py
- tests/test_action_library/context.py
- tests/test_action_library/run_robot_agent.py
- tests/warning_on_interface_mismatch_on_send/context.py
- tests/warning_on_interface_mismatch_on_send/run_receiver_agent.py
- tests/warning_on_interface_mismatch_on_send/run_sender_agent.py
- tests/warning_on_interface_mismatch_on_send/run_test_client.py
Indexed releases
- 0.0.15
a2a_agentspeak-0.0.15.tar.gz121 members - 0.0.15
a2a_agentspeak-0.0.15-py3-none-any.whl121 members - 0.0.14
a2a_agentspeak-0.0.14.tar.gz121 members - 0.0.14
a2a_agentspeak-0.0.14-py3-none-any.whl121 members - 0.0.13
a2a_agentspeak-0.0.13.tar.gz120 members - 0.0.13
a2a_agentspeak-0.0.13-py3-none-any.whl120 members - 0.0.12
a2a_agentspeak-0.0.12.tar.gz128 members - 0.0.12
a2a_agentspeak-0.0.12-py3-none-any.whl128 members - 0.0.11
a2a_agentspeak-0.0.11.tar.gz121 members - 0.0.11
a2a_agentspeak-0.0.11-py3-none-any.whl121 members - 0.0.10
a2a_agentspeak-0.0.10.tar.gz123 members - 0.0.10
a2a_agentspeak-0.0.10-py3-none-any.whl123 members - 0.0.9
a2a_agentspeak-0.0.9.tar.gz121 members - 0.0.9
a2a_agentspeak-0.0.9-py3-none-any.whl121 members - 0.0.8
a2a_agentspeak-0.0.8.tar.gz121 members - 0.0.8
a2a_agentspeak-0.0.8-py3-none-any.whl121 members - 0.0.7
a2a_agentspeak-0.0.7.tar.gz119 members - 0.0.7
a2a_agentspeak-0.0.7-py3-none-any.whl119 members - 0.0.6
a2a_agentspeak-0.0.6.tar.gz118 members - 0.0.6
a2a_agentspeak-0.0.6-py3-none-any.whl118 members - 0.0.5
a2a_agentspeak-0.0.5.tar.gz118 members - 0.0.5
a2a_agentspeak-0.0.5-py3-none-any.whl118 members