Skip to content

[FEAT-REASON/AGENT][Implemented Chain of Thought agent reasoning architecture] - #1192

Closed
IlumCI wants to merge 7 commits into
kyegomez:masterfrom
IlumCI:Chain-of-thought
Closed

[FEAT-REASON/AGENT][Implemented Chain of Thought agent reasoning architecture]#1192
IlumCI wants to merge 7 commits into
kyegomez:masterfrom
IlumCI:Chain-of-thought

Create chain_of_thought.md

11fecc6
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Pyre failed Nov 19, 2025 in 1m 48s

4 new alerts including 4 errors

New alerts in code changed by this pull request

  • 4 errors

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 122 in swarms/agents/chain_of_thought.py

See this annotation in the file changed.

Code scanning / Pyre

Undefined import Error

Undefined import [21]: Could not find a module corresponding to import loguru.

Check failure on line 1902 in swarms/agents/chain_of_thought.py

See this annotation in the file changed.

Code scanning / Pyre

Incompatible return type Error

Incompatible return type [7]: Expected str but got Union[CoTResult, str].

Check failure on line 461 in swarms/structs/agent.py

See this annotation in the file changed.

Code scanning / Pyre

Duplicate parameter Error

Duplicate parameter [65]: Duplicate parameter name chain_of_thoughts.

Check failure on line 1313 in swarms/structs/agent.py

See this annotation in the file changed.

Code scanning / Pyre

Incompatible parameter type Error

Incompatible parameter type [6]: In call CoTConfig.__init__, for argument top_p, expected float but got Optional[float].