Commit Graph

7 Commits

Author SHA1 Message Date
Devin AI
1276683c55 Remove poetry check and import comment headers in crew_chat.py
Co-Authored-By: brandon@crewai.com <brandon@crewai.com>
2025-01-24 21:37:49 +00:00
Devin AI
930f701d79 Fix import sorting with Ruff auto-fix
Co-Authored-By: brandon@crewai.com <brandon@crewai.com>
2025-01-24 21:29:19 +00:00
Devin AI
8f167b123e Update error message, add version check helper, fix import sorting
Co-Authored-By: brandon@crewai.com <brandon@crewai.com>
2025-01-24 21:27:39 +00:00
Devin AI
3c2b111331 Fix import sorting in crew_chat.py (attempt 3)
Co-Authored-By: brandon@crewai.com <brandon@crewai.com>
2025-01-24 21:13:40 +00:00
Devin AI
73939b92ae Fix import sorting in crew_chat.py
Co-Authored-By: brandon@crewai.com <brandon@crewai.com>
2025-01-24 21:11:06 +00:00
Devin AI
7c56148df6 Add version check to crew_chat.py with min version 0.98.0
Co-Authored-By: brandon@crewai.com <brandon@crewai.com>
2025-01-24 21:08:39 +00:00
Brandon Hancock (bhancock_ai)
8f57753656 Brandon/eng 266 conversation crew v1 (#1843)
* worked on foundation for new conversational crews. Now going to work on chatting.

* core loop should be working and ready for testing.

* high level chat working

* its alive!!

* Added in Joaos feedback to steer crew chats back towards the purpose of the crew

* properly return tool call result

* accessing crew directly instead of through uv commands

* everything is working for conversation now

* Fix linting

* fix llm_utils.py and other type errors

* fix more type errors

* fixing type error

* More fixing of types

* fix failing tests

* Fix more failing tests

* adding tests. cleaing up pr.

* improve

* drop old functions

* improve type hintings
2025-01-06 16:12:43 -05:00