Skip to content

Conversation

Copy link

Copilot AI commented Feb 8, 2026

Removes EmbodiedAgent and DeductiveReasonerAgent as part of ongoing agent cleanup.

Changes

Removed modules:

  • camel/agents/embodied_agent.py (146 lines)
  • camel/agents/deductive_reasoner_agent.py (303 lines)

Removed tests:

  • test/agents/test_embodied_agent.py
  • test/agents/test_deductive_reasoner_agent.py

Removed examples:

  • examples/embodiment/code_execution.py
  • examples/deductive_reasoner_agent/deduce_conditions_and_quality.py

Updated:

  • Removed EmbodiedAgent from camel/agents/__init__.py exports
  • Removed agent references from docs: camel.agents.rst, cookbook index, mintlify references
  • Updated camel/interpreters/internal_python_interpreter.py docstring (removed EmbodiedAgent reference)

API Impact

EmbodiedAgent is no longer importable:

# Before
from camel.agents import EmbodiedAgent

# After - import error
from camel.agents import EmbodiedAgent  # ImportError

DeductiveReasonerAgent was already not exported, so no breaking change.

Total removal: ~1,580 lines across 18 files

Original prompt

This section details on the original issue you should resolve

<issue_title>[Feature Request] Cleanup unused agents and societies</issue_title>
<issue_description>### Required prerequisites

Motivation

Many modules are not used anymore inagents and societies such as hugging_face_tool_agent.py and babyagi_playing. Let's cleanup the code and avoid code bloat

Solution

No response

Alternatives

No response

Additional context

No response</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Clean up unused agents and societies modules Remove unused HuggingFaceToolAgent and BabyAGI modules Feb 8, 2026
Copilot AI requested a review from lightaime February 8, 2026 01:19
Copilot AI changed the title Remove unused HuggingFaceToolAgent and BabyAGI modules Remove tool_agents directory and BaseToolAgent infrastructure Feb 8, 2026
@lightaime lightaime marked this pull request as ready for review February 8, 2026 01:53
Copilot AI changed the title Remove tool_agents directory and BaseToolAgent infrastructure Remove embodied_agent and deductive_reasoner_agent modules Feb 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Cleanup unused agents and societies

2 participants