camel-ai 0.2.73a9__tar.gz → 0.2.73a11__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of camel-ai might be problematic. Click here for more details.
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/PKG-INFO +1 -1
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/__init__.py +1 -1
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/societies/workforce/prompts.py +27 -7
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/societies/workforce/workforce.py +6 -4
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/key_value_storages/mem0_cloud.py +11 -11
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/slack_toolkit.py +15 -10
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/terminal_toolkit.py +13 -15
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/pyproject.toml +1 -1
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/.gitignore +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/LICENSE +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/README.md +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/_types.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/_utils.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/chat_agent.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/critic_agent.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/deductive_reasoner_agent.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/embodied_agent.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/knowledge_graph_agent.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/mcp_agent.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/multi_hop_generator_agent.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/programmed_agent_instruction.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/repo_agent.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/role_assignment_agent.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/search_agent.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/task_agent.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/tool_agents/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/tool_agents/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/tool_agents/hugging_face_tool_agent.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/benchmarks/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/benchmarks/apibank.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/benchmarks/apibench.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/benchmarks/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/benchmarks/browsecomp.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/benchmarks/gaia.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/benchmarks/mock_website/README.md +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/benchmarks/mock_website/mock_web.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/benchmarks/mock_website/requirements.txt +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/benchmarks/mock_website/shopping_mall/app.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/benchmarks/mock_website/task.json +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/benchmarks/nexus.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/benchmarks/ragbench.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/bots/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/bots/discord/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/bots/discord/discord_app.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/bots/discord/discord_installation.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/bots/discord/discord_store.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/bots/slack/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/bots/slack/models.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/bots/slack/slack_app.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/bots/telegram_bot.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/aiml_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/anthropic_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/base_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/bedrock_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/cohere_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/crynux_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/deepseek_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/gemini_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/groq_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/internlm_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/litellm_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/lmstudio_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/mistral_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/modelscope_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/moonshot_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/netmind_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/novita_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/nvidia_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/ollama_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/openai_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/openrouter_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/ppio_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/qianfan_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/qwen_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/reka_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/samba_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/sglang_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/siliconflow_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/togetherai_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/vllm_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/watsonx_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/yi_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/configs/zhipuai_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/data_collectors/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/data_collectors/alpaca_collector.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/data_collectors/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/data_collectors/sharegpt_collector.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/cot_datagen.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/evol_instruct/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/evol_instruct/evol_instruct.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/evol_instruct/scorer.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/evol_instruct/templates.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/self_improving_cot.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/self_instruct/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/self_instruct/filter/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/self_instruct/filter/filter_function.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/self_instruct/filter/filter_registry.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/self_instruct/filter/instruction_filter.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/self_instruct/self_instruct.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/self_instruct/templates.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/source2synth/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/source2synth/data_processor.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/source2synth/models.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/source2synth/user_data_processor_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datahubs/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datahubs/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datahubs/huggingface.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datahubs/models.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datasets/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datasets/base_generator.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datasets/few_shot_generator.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datasets/models.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datasets/self_instruct_generator.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datasets/static_dataset.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/embeddings/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/embeddings/azure_embedding.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/embeddings/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/embeddings/gemini_embedding.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/embeddings/jina_embedding.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/embeddings/mistral_embedding.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/embeddings/openai_compatible_embedding.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/embeddings/openai_embedding.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/embeddings/sentence_transformers_embeddings.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/embeddings/together_embedding.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/embeddings/vlm_embedding.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/environments/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/environments/models.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/environments/multi_step.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/environments/rlcards_env.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/environments/single_step.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/environments/tic_tac_toe.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/extractors/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/extractors/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/extractors/python_strategies.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/generators.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/human.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/interpreters/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/interpreters/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/interpreters/docker/Dockerfile +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/interpreters/docker_interpreter.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/interpreters/e2b_interpreter.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/interpreters/internal_python_interpreter.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/interpreters/interpreter_error.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/interpreters/ipython_interpreter.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/interpreters/subprocess_interpreter.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/loaders/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/loaders/apify_reader.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/loaders/base_io.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/loaders/base_loader.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/loaders/chunkr_reader.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/loaders/crawl4ai_reader.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/loaders/firecrawl_reader.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/loaders/jina_url_reader.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/loaders/markitdown.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/loaders/mineru_extractor.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/loaders/mistral_reader.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/loaders/pandas_reader.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/loaders/scrapegraph_reader.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/loaders/unstructured_io.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/logger.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/memories/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/memories/agent_memories.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/memories/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/memories/blocks/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/memories/blocks/chat_history_block.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/memories/blocks/vectordb_block.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/memories/context_creators/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/memories/context_creators/score_based.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/memories/records.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/messages/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/messages/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/messages/conversion/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/messages/conversion/alpaca.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/messages/conversion/conversation_models.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/messages/conversion/sharegpt/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/messages/conversion/sharegpt/function_call_formatter.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/messages/conversion/sharegpt/hermes/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/messages/conversion/sharegpt/hermes/hermes_function_formatter.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/messages/func_message.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/_utils.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/aiml_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/anthropic_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/aws_bedrock_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/azure_openai_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/base_audio_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/base_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/cohere_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/crynux_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/deepseek_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/fish_audio_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/gemini_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/groq_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/internlm_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/litellm_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/lmstudio_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/mistral_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/model_factory.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/model_manager.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/modelscope_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/moonshot_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/nemotron_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/netmind_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/novita_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/nvidia_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/ollama_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/openai_audio_models.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/openai_compatible_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/openai_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/openrouter_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/ppio_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/qianfan_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/qwen_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/reka_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/reward/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/reward/base_reward_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/reward/evaluator.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/reward/nemotron_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/reward/skywork_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/samba_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/sglang_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/siliconflow_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/stub_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/togetherai_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/vllm_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/volcano_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/watsonx_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/yi_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/models/zhipuai_model.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/personas/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/personas/persona.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/personas/persona_hub.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/prompts/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/prompts/ai_society.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/prompts/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/prompts/code.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/prompts/evaluation.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/prompts/generate_text_embedding_data.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/prompts/image_craft.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/prompts/misalignment.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/prompts/multi_condition_image_craft.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/prompts/object_recognition.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/prompts/persona_hub.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/prompts/prompt_templates.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/prompts/role_description_prompt_template.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/prompts/solution_extraction.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/prompts/task_prompt_template.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/prompts/translation.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/prompts/video_description_prompt.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/py.typed +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/responses/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/responses/agent_responses.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/retrievers/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/retrievers/auto_retriever.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/retrievers/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/retrievers/bm25_retriever.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/retrievers/cohere_rerank_retriever.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/retrievers/hybrid_retrival.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/retrievers/vector_retriever.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/runtimes/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/runtimes/api.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/runtimes/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/runtimes/configs.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/runtimes/daytona_runtime.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/runtimes/docker_runtime.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/runtimes/llm_guard_runtime.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/runtimes/remote_http_runtime.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/runtimes/ubuntu_docker_runtime.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/runtimes/utils/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/runtimes/utils/function_risk_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/runtimes/utils/ignore_risk_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/schemas/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/schemas/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/schemas/openai_converter.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/schemas/outlines_converter.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/services/agent_openapi_server.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/societies/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/societies/babyagi_playing.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/societies/role_playing.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/societies/workforce/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/societies/workforce/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/societies/workforce/role_playing_worker.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/societies/workforce/single_agent_worker.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/societies/workforce/structured_output_handler.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/societies/workforce/task_channel.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/societies/workforce/utils.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/societies/workforce/worker.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/societies/workforce/workforce_logger.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/graph_storages/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/graph_storages/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/graph_storages/graph_element.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/graph_storages/nebula_graph.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/graph_storages/neo4j_graph.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/key_value_storages/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/key_value_storages/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/key_value_storages/in_memory.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/key_value_storages/json.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/key_value_storages/redis.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/object_storages/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/object_storages/amazon_s3.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/object_storages/azure_blob.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/object_storages/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/object_storages/google_cloud.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/vectordb_storages/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/vectordb_storages/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/vectordb_storages/chroma.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/vectordb_storages/faiss.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/vectordb_storages/milvus.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/vectordb_storages/oceanbase.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/vectordb_storages/pgvector.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/vectordb_storages/qdrant.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/vectordb_storages/surreal.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/vectordb_storages/tidb.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/storages/vectordb_storages/weaviate.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/tasks/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/tasks/task.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/tasks/task_prompt.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/terminators/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/terminators/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/terminators/response_terminator.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/terminators/token_limit_terminator.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/aci_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/arxiv_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/ask_news_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/async_browser_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/audio_analysis_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/bohrium_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/browser_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/browser_toolkit_commons.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/code_execution.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/craw4ai_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/dappier_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/data_commons_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/edgeone_pages_mcp_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/excel_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/file_write_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/function_tool.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/github_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/google_calendar_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/google_drive_mcp_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/google_maps_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/google_scholar_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/human_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit/config_loader.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit/hybrid_browser_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit/hybrid_browser_toolkit_ts.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit/ts/package-lock.json +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit/ts/package.json +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit/ts/src/browser-scripts.js +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit/ts/src/browser-session.ts +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit/ts/src/config-loader.ts +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit/ts/src/hybrid-browser-toolkit.ts +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit/ts/src/index.ts +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit/ts/src/types.ts +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit/ts/tsconfig.json +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit/ts/websocket-server.js +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit/ws_wrapper.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit_py/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit_py/actions.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit_py/agent.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit_py/browser_session.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit_py/config_loader.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit_py/hybrid_browser_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit_py/snapshot.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit_py/stealth_script.js +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/hybrid_browser_toolkit_py/unified_analyzer.js +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/image_analysis_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/jina_reranker_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/klavis_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/linkedin_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/markitdown_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/math_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/mcp_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/memory_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/meshy_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/message_agent_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/message_integration.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/mineru_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/networkx_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/note_taking_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/notion_mcp_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/notion_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/biztoc/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/biztoc/ai-plugin.json +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/biztoc/openapi.yaml +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/coursera/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/coursera/openapi.yaml +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/create_qr_code/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/create_qr_code/openapi.yaml +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/klarna/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/klarna/openapi.yaml +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/nasa_apod/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/nasa_apod/openapi.yaml +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/outschool/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/outschool/ai-plugin.json +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/outschool/openapi.yaml +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/outschool/paths/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/outschool/paths/get_classes.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/outschool/paths/search_teachers.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/security_config.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/speak/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/speak/openapi.yaml +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/web_scraper/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/web_scraper/ai-plugin.json +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/web_scraper/openapi.yaml +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/web_scraper/paths/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_specs/web_scraper/paths/scraper.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/open_api_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/openai_agent_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/openai_image_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/openbb_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/origene_mcp_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/page_script.js +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/playwright_mcp_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/pptx_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/pubmed_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/pulse_mcp_search_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/pyautogui_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/reddit_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/retrieval_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/screenshot_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/search_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/searxng_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/semantic_scholar_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/stripe_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/sympy_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/task_planning_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/thinking_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/twitter_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/video_analysis_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/video_download_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/weather_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/web_deploy_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/whatsapp_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/wolfram_alpha_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/toolkits/zapier_toolkit.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/types/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/types/agents/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/types/agents/tool_calling_record.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/types/enums.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/types/mcp_registries.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/types/openai_types.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/types/unified_model_type.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/utils/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/utils/async_func.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/utils/chunker/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/utils/chunker/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/utils/chunker/code_chunker.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/utils/chunker/uio_chunker.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/utils/commons.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/utils/constants.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/utils/deduplication.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/utils/filename.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/utils/langfuse.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/utils/mcp.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/utils/mcp_client.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/utils/message_summarizer.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/utils/response_format.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/utils/token_counting.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/utils/tool_result.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/verifiers/__init__.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/verifiers/base.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/verifiers/math_verifier.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/verifiers/models.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/verifiers/physics_verifier.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/verifiers/python_verifier.py +0 -0
- {camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/hatch_build_npm.py +0 -0
|
@@ -196,27 +196,32 @@ Now you should summarize the scenario and return the result of the task.
|
|
|
196
196
|
"""
|
|
197
197
|
)
|
|
198
198
|
|
|
199
|
-
TASK_DECOMPOSE_PROMPT = r"""You need to decompose
|
|
199
|
+
TASK_DECOMPOSE_PROMPT = r"""You need to either decompose a complex task or enhance a simple one, following these important principles to maximize efficiency and clarity for the executing agents:
|
|
200
200
|
|
|
201
|
-
|
|
201
|
+
0. **Enhance Simple Tasks, Don't Decompose**: First, evaluate if the task is a single, straightforward action.
|
|
202
|
+
* **If the task is simple, DO NOT decompose it.** Instead, **rewrite and enhance** it by consolidating the main goal with any specific details from the additional information into a single, self-contained instruction. The goal is to produce a high-quality task with a clear, specific deliverable.
|
|
203
|
+
* For example, a vague task like "Generate a report about camel-ai" should be enhanced to "Generate a comprehensive, well-structured report about camel-ai as one HTML file".
|
|
204
|
+
* **Only decompose if a task is truly complex**: A task is complex if it involves multiple distinct steps, requires different worker skills, or can be significantly sped up by running parts in parallel.
|
|
205
|
+
|
|
206
|
+
1. **Self-Contained Subtasks** (if decomposing): This is critical principle. Each subtask's description **must be fully self-sufficient and independently understandable**. The agent executing the subtask has **no knowledge** of the parent task, other subtasks, or the overall workflow.
|
|
202
207
|
* **DO NOT** use relative references like "the first task," "the paper mentioned above," or "the result from the previous step."
|
|
203
208
|
* **DO** write explicit instructions. For example, instead of "Analyze the document," write "Analyze the document titled 'The Future of AI'." The system will automatically provide the necessary inputs (like the document itself) from previous steps.
|
|
204
209
|
|
|
205
|
-
2. **Define Clear Deliverables
|
|
210
|
+
2. **Define Clear Deliverables** (for all tasks and subtasks): Each task or subtask must specify a clear, concrete deliverable. This tells the agent exactly what to produce and provides a clear "definition of done."
|
|
206
211
|
* **DO NOT** use vague verbs like "analyze," "look into," or "research" without defining the output.
|
|
207
212
|
* **DO** specify the format and content of the output. For example, instead of "Analyze the attached report," write "Summarize the key findings of the attached report in a 3-bullet-point list." Instead of "Find contacts," write "Extract all names and email addresses from the document and return them as a JSON list of objects, where each object has a 'name' and 'email' key."
|
|
208
213
|
|
|
209
|
-
3. **Full Workflow Completion & Strategic Grouping
|
|
214
|
+
3. **Full Workflow Completion & Strategic Grouping** (if decomposing):
|
|
210
215
|
* **Preserve the Entire Goal**: Ensure the decomposed subtasks collectively achieve the *entire* original task. Do not drop or ignore final steps like sending a message, submitting a form, or creating a file.
|
|
211
216
|
* **Group Sequential Actions**: If a series of steps must be done in order *and* can be handled by the same worker type (e.g., read, think, reply), group them into a single, comprehensive subtask. This maintains workflow and ensures the final goal is met.
|
|
212
217
|
|
|
213
|
-
4. **Aggressive Parallelization
|
|
218
|
+
4. **Aggressive Parallelization** (if decomposing):
|
|
214
219
|
* **Across Different Worker Specializations**: If distinct phases of the overall task require different types of workers (e.g., research by a 'SearchAgent', then content creation by a 'DocumentAgent'), define these as separate subtasks.
|
|
215
220
|
* **Within a Single Phase (Data/Task Parallelism)**: If a phase involves repetitive operations on multiple items (e.g., processing 10 documents, fetching 5 web pages, analyzing 3 datasets):
|
|
216
221
|
* Decompose this into parallel subtasks, one for each item or a small batch of items.
|
|
217
222
|
* This applies even if the same type of worker handles these parallel subtasks. The goal is to leverage multiple available workers or allow concurrent processing.
|
|
218
223
|
|
|
219
|
-
5. **Subtask Design for Efficiency
|
|
224
|
+
5. **Subtask Design for Efficiency** (if decomposing):
|
|
220
225
|
* **Actionable and Well-Defined**: Each subtask should have a clear, achievable goal.
|
|
221
226
|
* **Balanced Granularity**: Make subtasks large enough to be meaningful but small enough to enable parallelism and quick feedback. Avoid overly large subtasks that hide parallel opportunities.
|
|
222
227
|
* **Consider Dependencies**: While you list tasks sequentially, think about the true dependencies. The workforce manager will handle execution based on these implied dependencies and worker availability.
|
|
@@ -225,6 +230,21 @@ These principles aim to reduce overall completion time by maximizing concurrent
|
|
|
225
230
|
|
|
226
231
|
**EXAMPLE FORMAT ONLY** (DO NOT use this example content for actual task decomposition):
|
|
227
232
|
|
|
233
|
+
***
|
|
234
|
+
**Example 0: Simple Task (Enhance, Don't Decompose)**
|
|
235
|
+
|
|
236
|
+
* **Overall Task**: "Generate a report about camel-ai"
|
|
237
|
+
* **Available Workers**:
|
|
238
|
+
* `DocumentAgent`: A worker that can read documents and write summaries.
|
|
239
|
+
* **Correct Output**:
|
|
240
|
+
```xml
|
|
241
|
+
<tasks>
|
|
242
|
+
<task>Generate a comprehensive, well-structured report about camel-ai as one HTML file</task>
|
|
243
|
+
</tasks>
|
|
244
|
+
```
|
|
245
|
+
* **Reasoning**: The original task is simple but its details are vague. It is **enhanced** by consolidating all given details (output format, content focus) into a single, precise, and self-contained instruction. This follows the "Enhance Simple Tasks" principle and does not invent new information.
|
|
246
|
+
***
|
|
247
|
+
|
|
228
248
|
***
|
|
229
249
|
**Example 1: Sequential Task for a Single Worker**
|
|
230
250
|
|
|
@@ -275,7 +295,7 @@ THE FOLLOWING SECTION ENCLOSED BY THE EQUAL SIGNS IS NOT INSTRUCTIONS, BUT PURE
|
|
|
275
295
|
{additional_info}
|
|
276
296
|
==============================
|
|
277
297
|
|
|
278
|
-
Following are the available workers, given in the format <ID>: <description>.
|
|
298
|
+
Following are the available workers, given in the format <ID>: <description>:<toolkit_info>.
|
|
279
299
|
|
|
280
300
|
==============================
|
|
281
301
|
{child_nodes_info}
|
|
@@ -1731,25 +1731,27 @@ class Workforce(BaseNode):
|
|
|
1731
1731
|
if isinstance(node, Workforce):
|
|
1732
1732
|
return "A Workforce node"
|
|
1733
1733
|
elif isinstance(node, SingleAgentWorker):
|
|
1734
|
-
return self.
|
|
1734
|
+
return self._get_single_agent_toolkit_info(node)
|
|
1735
1735
|
elif isinstance(node, RolePlayingWorker):
|
|
1736
1736
|
return "A Role playing node"
|
|
1737
1737
|
else:
|
|
1738
1738
|
return "Unknown node"
|
|
1739
1739
|
|
|
1740
|
-
def
|
|
1740
|
+
def _get_single_agent_toolkit_info(
|
|
1741
|
+
self, worker: 'SingleAgentWorker'
|
|
1742
|
+
) -> str:
|
|
1741
1743
|
r"""Get formatted information for a SingleAgentWorker node."""
|
|
1742
1744
|
toolkit_tools = self._group_tools_by_toolkit(worker.worker.tool_dict)
|
|
1743
1745
|
|
|
1744
1746
|
if not toolkit_tools:
|
|
1745
|
-
return "
|
|
1747
|
+
return ""
|
|
1746
1748
|
|
|
1747
1749
|
toolkit_info = []
|
|
1748
1750
|
for toolkit_name, tools in sorted(toolkit_tools.items()):
|
|
1749
1751
|
tools_str = ', '.join(sorted(tools))
|
|
1750
1752
|
toolkit_info.append(f"{toolkit_name}({tools_str})")
|
|
1751
1753
|
|
|
1752
|
-
return "
|
|
1754
|
+
return ", ".join(toolkit_info)
|
|
1753
1755
|
|
|
1754
1756
|
def _group_tools_by_toolkit(self, tool_dict: dict) -> dict[str, list[str]]:
|
|
1755
1757
|
r"""Group tools by their parent toolkit class names."""
|
|
@@ -136,6 +136,7 @@ class Mem0Storage(BaseKeyValueStorage):
|
|
|
136
136
|
agent_id=self.agent_id,
|
|
137
137
|
user_id=self.user_id,
|
|
138
138
|
metadata=self.metadata,
|
|
139
|
+
version="v2",
|
|
139
140
|
)
|
|
140
141
|
self.client.add(messages, **options)
|
|
141
142
|
except Exception as e:
|
|
@@ -149,32 +150,31 @@ class Mem0Storage(BaseKeyValueStorage):
|
|
|
149
150
|
represents a stored record.
|
|
150
151
|
"""
|
|
151
152
|
try:
|
|
152
|
-
# Build
|
|
153
|
-
|
|
153
|
+
# Build filters for get_all using proper Mem0 filter format
|
|
154
|
+
filters = {}
|
|
154
155
|
if self.agent_id:
|
|
155
|
-
|
|
156
|
+
filters = {"AND": [{"user_id": self.agent_id}]}
|
|
156
157
|
if self.user_id:
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
# If no filters available, return empty list
|
|
160
|
-
if not kwargs:
|
|
161
|
-
return []
|
|
158
|
+
filters = {"AND": [{"user_id": self.user_id}]}
|
|
162
159
|
|
|
163
|
-
results = self.client.get_all(
|
|
160
|
+
results = self.client.get_all(version="v2", filters=filters)
|
|
164
161
|
|
|
165
162
|
# Transform results into MemoryRecord objects
|
|
166
163
|
transformed_results = []
|
|
167
164
|
for result in results:
|
|
165
|
+
# Ensure metadata is a dictionary, not None
|
|
166
|
+
metadata = result.get("metadata") or {}
|
|
167
|
+
|
|
168
168
|
memory_record = MemoryRecord(
|
|
169
169
|
uuid=UUID(result["id"]),
|
|
170
170
|
message=BaseMessage(
|
|
171
171
|
role_name="memory",
|
|
172
172
|
role_type=RoleType.USER,
|
|
173
|
-
meta_dict=
|
|
173
|
+
meta_dict=metadata,
|
|
174
174
|
content=result["memory"],
|
|
175
175
|
),
|
|
176
176
|
role_at_backend=OpenAIBackendRole.USER,
|
|
177
|
-
extra_info=
|
|
177
|
+
extra_info=metadata,
|
|
178
178
|
timestamp=datetime.fromisoformat(
|
|
179
179
|
result["created_at"].replace('Z', '+00:00')
|
|
180
180
|
).timestamp(),
|
|
@@ -128,8 +128,9 @@ class SlackToolkit(BaseToolkit):
|
|
|
128
128
|
return f"Error creating conversation: {e.response['error']}"
|
|
129
129
|
|
|
130
130
|
def join_slack_channel(self, channel_id: str) -> str:
|
|
131
|
-
r"""Joins an existing Slack channel.
|
|
132
|
-
|
|
131
|
+
r"""Joins an existing Slack channel. When use this function you must
|
|
132
|
+
call `get_slack_channel_information` function first to get the
|
|
133
|
+
`channel id`.
|
|
133
134
|
|
|
134
135
|
Args:
|
|
135
136
|
channel_id (str): The ID of the Slack channel to join.
|
|
@@ -147,8 +148,9 @@ class SlackToolkit(BaseToolkit):
|
|
|
147
148
|
return f"Error joining channel: {e.response['error']}"
|
|
148
149
|
|
|
149
150
|
def leave_slack_channel(self, channel_id: str) -> str:
|
|
150
|
-
r"""Leaves an existing Slack channel.
|
|
151
|
-
|
|
151
|
+
r"""Leaves an existing Slack channel. When use this function you must
|
|
152
|
+
call `get_slack_channel_information` function first to get the
|
|
153
|
+
`channel id`.
|
|
152
154
|
|
|
153
155
|
Args:
|
|
154
156
|
channel_id (str): The ID of the Slack channel to leave.
|
|
@@ -199,9 +201,9 @@ class SlackToolkit(BaseToolkit):
|
|
|
199
201
|
return f"Error retrieving channel list: {e.response['error']}"
|
|
200
202
|
|
|
201
203
|
def get_slack_channel_message(self, channel_id: str) -> str:
|
|
202
|
-
r"""Retrieve messages from a Slack channel.
|
|
203
|
-
|
|
204
|
-
|
|
204
|
+
r"""Retrieve messages from a Slack channel. When use this function you
|
|
205
|
+
must call `get_slack_channel_information` function first to get the
|
|
206
|
+
`channel id`.
|
|
205
207
|
|
|
206
208
|
Args:
|
|
207
209
|
channel_id (str): The ID of the Slack channel to retrieve messages
|
|
@@ -233,8 +235,9 @@ class SlackToolkit(BaseToolkit):
|
|
|
233
235
|
file_path: Optional[str] = None,
|
|
234
236
|
user: Optional[str] = None,
|
|
235
237
|
) -> str:
|
|
236
|
-
r"""Send a message to a Slack channel.
|
|
237
|
-
|
|
238
|
+
r"""Send a message to a Slack channel. When use this function you must
|
|
239
|
+
call `get_slack_channel_information` function first to get the
|
|
240
|
+
`channel id`.
|
|
238
241
|
|
|
239
242
|
Args:
|
|
240
243
|
message (str): The message to send.
|
|
@@ -279,7 +282,9 @@ class SlackToolkit(BaseToolkit):
|
|
|
279
282
|
time_stamp: str,
|
|
280
283
|
channel_id: str,
|
|
281
284
|
) -> str:
|
|
282
|
-
r"""Delete a message from a Slack channel.
|
|
285
|
+
r"""Delete a message from a Slack channel. When use this function you
|
|
286
|
+
must call `get_slack_channel_information` function first to get the
|
|
287
|
+
`channel id`.
|
|
283
288
|
|
|
284
289
|
Args:
|
|
285
290
|
time_stamp (str): The 'ts' value of the message to be deleted.
|
|
@@ -62,6 +62,10 @@ class TerminalToolkit(BaseToolkit):
|
|
|
62
62
|
environment. (default: :obj:`False`)
|
|
63
63
|
safe_mode (bool): Whether to enable safe mode to restrict
|
|
64
64
|
operations. (default: :obj:`True`)
|
|
65
|
+
interactive (bool): Whether to use interactive mode for shell commands,
|
|
66
|
+
connecting them to the terminal's standard input. This is useful
|
|
67
|
+
for commands that require user input, like `ssh`. Interactive mode
|
|
68
|
+
is only supported on macOS and Linux. (default: :obj:`False`)
|
|
65
69
|
|
|
66
70
|
Note:
|
|
67
71
|
Most functions are compatible with Unix-based systems (macOS, Linux).
|
|
@@ -78,6 +82,7 @@ class TerminalToolkit(BaseToolkit):
|
|
|
78
82
|
use_shell_mode: bool = True,
|
|
79
83
|
clone_current_env: bool = False,
|
|
80
84
|
safe_mode: bool = True,
|
|
85
|
+
interactive: bool = False,
|
|
81
86
|
):
|
|
82
87
|
# Store timeout before calling super().__init__
|
|
83
88
|
self._timeout = timeout
|
|
@@ -93,6 +98,7 @@ class TerminalToolkit(BaseToolkit):
|
|
|
93
98
|
self.cloned_env_path = None
|
|
94
99
|
self.use_shell_mode = use_shell_mode
|
|
95
100
|
self._human_takeover_active = False
|
|
101
|
+
self.interactive = interactive
|
|
96
102
|
|
|
97
103
|
self.python_executable = sys.executable
|
|
98
104
|
self.is_macos = platform.system() == 'Darwin'
|
|
@@ -1002,26 +1008,18 @@ class TerminalToolkit(BaseToolkit):
|
|
|
1002
1008
|
|
|
1003
1009
|
return True, command
|
|
1004
1010
|
|
|
1005
|
-
def shell_exec(
|
|
1006
|
-
self, id: str, command: str, interactive: bool = False
|
|
1007
|
-
) -> str:
|
|
1011
|
+
def shell_exec(self, id: str, command: str) -> str:
|
|
1008
1012
|
r"""Executes a shell command in a specified session.
|
|
1009
1013
|
|
|
1010
1014
|
This function creates and manages shell sessions to execute commands,
|
|
1011
|
-
simulating a real terminal.
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
created.
|
|
1015
|
+
simulating a real terminal. The behavior depends on the toolkit's
|
|
1016
|
+
interactive mode setting. Each session is identified by a unique ID.
|
|
1017
|
+
If a session with the given ID does not exist, it will be created.
|
|
1015
1018
|
|
|
1016
1019
|
Args:
|
|
1017
1020
|
id (str): A unique identifier for the shell session. This is used
|
|
1018
1021
|
to manage multiple concurrent shell processes.
|
|
1019
1022
|
command (str): The shell command to be executed.
|
|
1020
|
-
interactive (bool, optional): If `True`, the command runs in
|
|
1021
|
-
interactive mode, connecting it to the terminal's standard
|
|
1022
|
-
input. This is useful for commands that require user input,
|
|
1023
|
-
like `ssh`. Defaults to `False`. Interactive mode is only
|
|
1024
|
-
supported on macOS and Linux. (default: :obj:`False`)
|
|
1025
1023
|
|
|
1026
1024
|
Returns:
|
|
1027
1025
|
str: The standard output and standard error from the command. If an
|
|
@@ -1029,8 +1027,8 @@ class TerminalToolkit(BaseToolkit):
|
|
|
1029
1027
|
returned.
|
|
1030
1028
|
|
|
1031
1029
|
Note:
|
|
1032
|
-
When
|
|
1033
|
-
|
|
1030
|
+
When the toolkit is initialized with interactive mode, commands may
|
|
1031
|
+
block if they require input. In safe mode, some commands that are
|
|
1034
1032
|
considered dangerous are restricted.
|
|
1035
1033
|
"""
|
|
1036
1034
|
error_msg = self._enforce_working_dir_for_execution(self.working_dir)
|
|
@@ -1127,7 +1125,7 @@ class TerminalToolkit(BaseToolkit):
|
|
|
1127
1125
|
elif pip_path and command.startswith('pip'):
|
|
1128
1126
|
command = command.replace('pip', pip_path, 1)
|
|
1129
1127
|
|
|
1130
|
-
if not interactive:
|
|
1128
|
+
if not self.interactive:
|
|
1131
1129
|
# Use preexec_fn to create a new process group on Unix systems
|
|
1132
1130
|
preexec_fn = None
|
|
1133
1131
|
if self.os_type in ['Darwin', 'Linux']:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/agents/tool_agents/hugging_face_tool_agent.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/self_instruct/filter/filter_function.py
RENAMED
|
File without changes
|
{camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/self_instruct/filter/filter_registry.py
RENAMED
|
File without changes
|
{camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/self_instruct/filter/instruction_filter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{camel_ai-0.2.73a9 → camel_ai-0.2.73a11}/camel/datagen/source2synth/user_data_processor_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|