Commit Graph

  • 41925a7728 build: drop fastembed is not longer used Lucas Gomide 2025-06-02 17:27:35 -03:00
  • 6ebfb57f9e build: explicit tokenizers dependency Lucas Gomide 2025-06-02 17:26:53 -03:00
  • db316e55b2 build: adds requires python <3.14 Lucas Gomide 2025-06-02 17:21:34 -03:00
  • 4a7b5ef93f docs: update docs about support python version Lucas Gomide 2025-05-15 13:34:37 -03:00
  • 7d15b29df8 ci: support python 3.13 on CI Lucas Gomide 2025-05-15 13:34:13 -03:00
  • 575d1c729d Fix CI test failures: regex pattern, mock patches, method signature devin/1748888068-fix-issue-2933 Devin AI 2025-06-02 18:29:16 +00:00
  • 45404537fd Address PR feedback: Add validation, refactor code duplication, enhance tests Devin AI 2025-06-02 18:23:11 +00:00
  • 229bbd9bbe Add execution_image parameter to Agent for custom Docker images Devin AI 2025-06-02 18:18:14 +00:00
  • e4e9bf343a revamp devin/1748280430-reasoning-interval João Moura 2025-06-02 10:18:50 -07:00
  • efebcd9734 improving tool usage for crewai enterprise tools João Moura 2025-06-01 09:48:06 -07:00
  • 6ecb30ee87 improved João Moura 2025-06-01 03:08:25 -07:00
  • 7c12aeaa0c cleanign state agent João Moura 2025-06-01 01:37:31 -07:00
  • 4fcabd391f populating state João Moura 2025-06-01 01:27:26 -07:00
  • d6a79703d3 Fix type-checker error: replace JSONEncodeError with proper exception types devin/1748760651-fix-issue-2929 Devin AI 2025-06-01 07:03:26 +00:00
  • c1eb48bd6e Add error handling for JSON serialization failures Devin AI 2025-06-01 06:58:27 +00:00
  • bcc77cb831 Fix lint: remove unused pytest import Devin AI 2025-06-01 06:57:58 +00:00
  • f47ed4f1f1 Fix Flow persistence with nested Pydantic models (issue #2929) Devin AI 2025-06-01 06:54:48 +00:00
  • 7009a6b7a0 Agent State Step 1 João Moura 2025-05-31 23:15:39 -07:00
  • c045399d6b Update README.md (#2923) VirenG 2025-06-01 10:09:42 +05:30
  • e3cd7209ad fixing console formatter João Moura 2025-05-31 21:37:36 -07:00
  • 6463715567 Fix serialization to use str() instead of repr() for better custom object output devin/1748719657-fix-pandas-dataframe-input Devin AI 2025-05-31 20:09:14 +00:00
  • 940bf2aa5d Add VCR cassette for DataFrame test to fix CI authentication error Devin AI 2025-05-31 19:58:45 +00:00
  • 1bf2e760ab Fix test failures for serialization changes Devin AI 2025-05-31 19:53:59 +00:00
  • 80b48208d5 Address lint failure and code review feedback Devin AI 2025-05-31 19:46:52 +00:00
  • acd5aadfd1 Fix pandas DataFrame input support in crew.kickoff() Devin AI 2025-05-31 19:41:21 +00:00
  • 1da2fd2a5c Expand MCP Integration documentation structure (#2922) Tony Kipkemboi 2025-05-30 17:38:36 -04:00
  • e07e11fbe7 docs(mcp): Comprehensive update to MCPServerAdapter documentation (#2921) Tony Kipkemboi 2025-05-30 15:09:52 -04:00
  • 72b3a8c70a feat: allow to provide the driver and options to be used by Selenium (#316) Lucas Gomide 2025-05-30 09:13:11 -03:00
  • 6b354201cb Fix lint issues: suppress unused chromadb import warnings and update remaining external memory test devin/1748594885-fix-issue-2919 Devin AI 2025-05-30 09:45:39 +00:00
  • 5566f4716b Update external memory tests to handle optional ChromaDB dependency Devin AI 2025-05-30 09:38:50 +00:00
  • ea5f6b592c Update memory tests to handle optional ChromaDB dependency Devin AI 2025-05-30 09:37:44 +00:00
  • a0057afe45 Fix Collection type annotation and test mocking issues Devin AI 2025-05-30 09:27:06 +00:00
  • ebcb6c6f90 Fix CI failures: restore missing error classes and resolve type issues Devin AI 2025-05-30 09:19:30 +00:00
  • c7e83a7529 Update optional dependencies tests Devin AI 2025-05-30 09:10:46 +00:00
  • f0b1cc23f4 Add ChromaDBRequiredError class and improve error handling Devin AI 2025-05-30 09:10:35 +00:00
  • 7b129fc847 Fix #2919: Make chromadb an optional dependency to resolve package conflicts Devin AI 2025-05-30 08:56:35 +00:00
  • 46eaa41fb4 fix: remove unused imports and variables to fix lint issues devin/1748584219-allow-delegation-to-specific-agents Devin AI 2025-05-30 05:59:35 +00:00
  • e06e39899c feat: add target_agents parameter to allow constrained delegation Devin AI 2025-05-30 05:55:26 +00:00
  • 635e5a21f3 updated reasoning João Moura 2025-05-29 20:50:38 -07:00
  • 55ed91e313 feat: log usage tools when called by LLM (#2916) Lucas Gomide 2025-05-29 15:34:34 -03:00
  • a2a6f87a59 feat: print llm tool usage in console lg-emit-tool-usage Lucas Gomide 2025-05-29 15:09:14 -03:00
  • f92137712b feat: log usage tools when called by LLM Lucas Gomide 2025-05-29 11:05:16 -03:00
  • e676c83d7f docs: Adds Gemini example to OpenAI-compat section (#2915) Mark McDonald 2025-05-29 21:52:32 +08:00
  • e0cd41e9f9 updating origin/devin/1748280430-reasoning-interval João Moura 2025-05-28 20:49:05 -07:00
  • 224ba1fb69 new test for adaptative reasoning João Moura 2025-05-28 09:50:19 -07:00
  • 286958be4f Move adaptive reasoning context prompt to en.json Devin AI 2025-05-28 16:57:34 +00:00
  • 36fc2365d3 Move mid-execution reasoning update prompt to en.json Devin AI 2025-05-28 16:55:30 +00:00
  • 844d142f2e docs: docs restructuring and community analytics implementation (#2913) Tony Kipkemboi 2025-05-28 10:53:55 -04:00
  • bcc694348e chore: Bump version to 0.121.1 in project files and update dependencies (#2912) 0.121.1 Lorenze Jay 2025-05-27 10:46:20 -07:00
  • 287b689c7e chore: Bump version to 0.121.1 in project files and update dependencies lorenze/patch-version-0.121.1 lorenzejay 2025-05-27 10:32:51 -07:00
  • dfc4255f2f docs: Add transparency features for prompts and memory systems (#2902) Tony Kipkemboi 2025-05-27 13:08:40 -04:00
  • 5d5377cfb9 feat: add ZapierActionTool and ZapierActionsAdapter for integrating with Zapier actions (#311) Lorenze Jay 2025-05-27 09:54:35 -07:00
  • adf286af6d fix: replace f-string with string format for Python 3.12 compatibility devin/1748347389-fix-openai-1.78-support Devin AI 2025-05-27 12:27:50 +00:00
  • 75b4e84457 improve: address PR feedback for OpenAI 1.78 support Devin AI 2025-05-27 12:15:00 +00:00
  • 8583a7a30d feat: add support for OpenAI 1.78 distribution Devin AI 2025-05-27 12:08:27 +00:00
  • 138ac95b09 Add timing information to reasoning events to show duration in logs Devin AI 2025-05-27 09:41:37 +00:00
  • 572d8043eb Fix ready flag detection to handle both execute and continue executing variations Devin AI 2025-05-27 09:22:19 +00:00
  • 3d5668e988 Fix adaptive reasoning implementation and tests, move all prompts to en.json Devin AI 2025-05-27 09:04:16 +00:00
  • cbc81ecc06 Move reasoning prompts to en.json and update documentation Devin AI 2025-05-27 08:57:44 +00:00
  • 38ed69577f Merge remote changes into local branch Devin AI 2025-05-27 08:37:08 +00:00
  • 203faa6a77 Implement LLM-based adaptive reasoning with function calling Devin AI 2025-05-27 08:35:32 +00:00
  • 88721788e9 improving test João Moura 2025-05-27 01:27:25 -07:00
  • e636f1dc17 Merge branch 'main' into devin/1748280430-reasoning-interval João Moura 2025-05-27 01:08:03 -07:00
  • 4e0ce9adfe fixing João Moura 2025-05-27 00:33:26 -07:00
  • 42dacb2862 remove unnecesary imrpots João Moura 2025-05-26 23:39:09 -07:00
  • 5868ac71dd Replace examples with comprehensive documentation for reasoning agents Devin AI 2025-05-26 21:37:10 +00:00
  • cb5116a21d Fix lint error: remove unused LLM import from reasoning interval tests Devin AI 2025-05-26 19:15:47 +00:00
  • b74ee4e98b Fix tests to properly mock LLM calls to avoid authentication errors Devin AI 2025-05-26 19:07:41 +00:00
  • 0383aa1f27 Update reasoning interval example with comprehensive documentation Devin AI 2025-05-26 19:01:31 +00:00
  • db6b831c66 Fix reasoning interval counter management Devin AI 2025-05-26 18:58:04 +00:00
  • acb1eac2ac Complete code review improvements Devin AI 2025-05-26 17:54:05 +00:00
  • acabaee480 Fix lint errors and implement code review suggestions Devin AI 2025-05-26 17:42:00 +00:00
  • 9a2ddb39ce Add reasoning_interval and adaptive_reasoning features Devin AI 2025-05-26 17:32:47 +00:00
  • 22db4aae81 Add usage limit feature to BaseTool class (#2904) devin-ai-integration[bot] 2025-05-26 08:53:10 -07:00
  • 3b81adefbc Fix CI failures and address code review feedback devin/1748241280-tool-usage-limit Devin AI 2025-05-26 07:01:15 +00:00
  • 7f730fbe02 Add usage limit feature to BaseTool class Devin AI 2025-05-26 06:39:49 +00:00
  • 7fe193866d improviong reasoning prompt João Moura 2025-05-25 15:24:59 -07:00
  • e79f591d70 Fix Python 3.10 segmentation fault in FilteredStream threading devin/1748142713-fix-issue-2900 Devin AI 2025-05-25 05:20:35 +00:00
  • 4e0501007a Fix all lint issues with unused imports Devin AI 2025-05-25 05:04:29 +00:00
  • 5ef38b651e Fix type-checker issues in agent adapters and base_agent Devin AI 2025-05-25 05:03:05 +00:00
  • bb541c059c Fix type-checker issues in A2A protocol implementation Devin AI 2025-05-25 04:50:41 +00:00
  • 1d86f196d7 Fix lint issues: remove unused imports Devin AI 2025-05-25 04:43:55 +00:00
  • 231dd027ba Implement comprehensive A2A protocol improvements Devin AI 2025-05-25 04:37:28 +00:00
  • 96735c027a Fix lint issues in a2a_protocol_test.py - remove unused imports and variables Devin AI 2025-05-25 04:33:21 +00:00
  • b7e4d074a5 Fix lint issues and update agent.execute_task for recursion depth Devin AI 2025-05-25 04:20:26 +00:00
  • 14145268d2 Implement A2A protocol support for recursive agent invocation Devin AI 2025-05-25 03:28:40 +00:00
  • 921423679a docs: update memory docs and images in readme (#2898) Tony Kipkemboi 2025-05-23 19:36:28 -04:00
  • 2460f61d3e docs: major docs updates (#2897) Tony Kipkemboi 2025-05-23 16:04:37 -04:00
  • be24559630 Support Llama API in crewAI (#2825) Young Han 2025-05-23 11:57:59 -07:00
  • 2b4a6b2e3d logs João Moura 2025-05-22 21:53:00 -07:00
  • beddc72189 fix llm guardrail import and docs João Moura 2025-05-22 21:47:23 -07:00
  • 2d6deee753 docs: update agent and task documentation with new parameters (#2891) Tony Kipkemboi 2025-05-22 18:06:24 -04:00
  • 222912d14b Add crew name attribute to CrewBase annotated classes (#2890) Vini Brasil 2025-05-22 16:37:54 -03:00
  • d131d4ef96 Add HallucinationGuardrail documentation (#2889) Greyson LaLonde 2025-05-22 14:48:17 -04:00
  • b2228b6f19 chore: add docs.json route gl/docs/hallucination-guardrails Greyson LaLonde 2025-05-22 14:45:19 -04:00
  • 0c55eab562 fix: update import Greyson Lalonde 2025-05-22 12:40:06 -04:00
  • ed25cfd44d docs: enterprise hallucination guardrails Greyson Lalonde 2025-05-22 12:37:05 -04:00
  • 5e9968d2f8 Address PR feedback for #2886: Add validation, logging, documentation, utility methods, and comprehensive tests for Agent parameters devin/1747913386-fix-agent-parameters Devin AI 2025-05-22 11:53:35 +00:00
  • 4d67ecabfd Fix #2886: Add undocumented Agent parameters allow_feedback, allow_conflict, and allow_iteration Devin AI 2025-05-22 11:36:04 +00:00
  • 43866c0f61 Fix CI: Rename metadata column to doc_metadata and fix SQL injection vulnerability devin/1747907487-pgvector-knowledge-storage-docs Devin AI 2025-05-22 10:21:07 +00:00