Commit Graph

  • 4f17b290c6 Fix import sorting in test file with ruff Devin AI 2025-03-03 08:52:21 +00:00
  • 6e2c1d4530 Fix import sorting in test file Devin AI 2025-03-03 08:51:08 +00:00
  • c380c9946c Fix validation errors when using manager_agent with kickoff_for_each Devin AI 2025-03-03 08:49:28 +00:00
  • 6efee89399 refactor brandon/bring-back-byoa Brandon Hancock 2025-02-28 12:30:30 -05:00
  • dc4304889b Refactor Google embedder error handling and expand test coverage devin/1740762881-fix-issue-2255 Devin AI 2025-02-28 17:24:32 +00:00
  • 75d8e086a4 Refactor token tracking: Remove token_cost_process parameter for cleaner code Brandon Hancock 2025-02-28 12:17:14 -05:00
  • 7f89aeef84 Fix Google AI Studio embedder initialization error handling Devin AI 2025-02-28 17:16:35 +00:00
  • ef48cbe971 Fix token tracking in Agent class to use token_process instead of _token_process Brandon Hancock 2025-02-28 11:44:51 -05:00
  • 88d8079dcd Fix token tracking in LangChainAgentAdapter and refactor token_process attribute to be public Brandon Hancock 2025-02-28 11:31:08 -05:00
  • 3df25e65d5 fix MQ 2025-02-28 15:40:08 +01:00
  • 33ef612cd5 Merge branch 'main' into brandon/bring-back-byoa Brandon Hancock 2025-02-28 09:26:34 -05:00
  • 7148c52bf6 format MQ 2025-02-28 12:43:52 +01:00
  • f329b0d9d2 improve readme, add link to template MQ 2025-02-28 12:35:23 +01:00
  • 7a2b956842 Refactor Azure OpenAI response_format validation based on PR feedback devin/1740740860-fix-issue-2252 Devin AI 2025-02-28 11:20:32 +00:00
  • 05dbab53a8 Fix #2252: Allow Azure OpenAI models to use response_format parameter Devin AI 2025-02-28 11:11:01 +00:00
  • 331f7a9fe0 fix: Fix linting issue in test_multi_round_dialogue.py devin/1740737189-fix-issue-2250 Devin AI 2025-02-28 10:27:20 +00:00
  • a651d7ddd3 fix: Address CI failures and code review feedback for multi-round dialogue Devin AI 2025-02-28 10:25:50 +00:00
  • 1225071e00 feat: Add multi-round dialogue functionality (fixes #2250) Devin AI 2025-02-28 10:13:52 +00:00
  • 975c71a920 fix example MQ 2025-02-28 10:29:50 +01:00
  • 884ea63b49 other improvements MQ 2025-02-28 10:22:56 +01:00
  • 35aff6e84e improve code, lazy import, improve readme MQ 2025-02-28 10:10:56 +01:00
  • 867305540c improve MQ 2025-02-27 21:27:05 +01:00
  • 5bcb598f75 fix readme MQ 2025-02-27 21:14:42 +01:00
  • 3fcc7b42cb fix docstring MQ 2025-02-27 21:12:38 +01:00
  • 13bad2bb69 initial implementation MQ 2025-02-27 21:08:05 +01:00
  • 861560aa93 Adds Task key to the output to back ref to it on callbacks/webhooks tm-add-task-key-to-task-output Thiago Moretto 2025-02-27 16:31:25 -03:00
  • 86825e1769 docs: add Qdrant vector search tool documentation (#2184) 0.105.0 Tony Kipkemboi 2025-02-27 13:54:44 -05:00
  • 7afc531fbb Improve hierarchical docs (#2244) Brandon Hancock (bhancock_ai) 2025-02-27 13:38:21 -05:00
  • c507451ecf Merge branch 'main' into feat/improve-hierarchical-docs feat/improve-hierarchical-docs Brandon Hancock (bhancock_ai) 2025-02-27 13:34:27 -05:00
  • ed0490112b explain how to use event listener (#2245) Brandon Hancock (bhancock_ai) 2025-02-27 13:32:16 -05:00
  • 6c81acac00 Update docs (#2226) Brandon Hancock (bhancock_ai) 2025-02-26 15:21:36 -05:00
  • 2181166a62 Improve extract thought (#2223) Brandon Hancock (bhancock_ai) 2025-02-26 14:51:46 -05:00
  • 3f17789152 Support multiple router calls and address issue #2175 (#2231) Brandon Hancock (bhancock_ai) 2025-02-26 13:42:17 -05:00
  • ed0b8e1563 Fix type issue (#2224) Brandon Hancock (bhancock_ai) 2025-02-26 13:27:41 -05:00
  • 4915420ed2 Add support for python 3.10 (#2230) Brandon Hancock (bhancock_ai) 2025-02-26 13:24:31 -05:00
  • 271faa917b feat: Enhance agent knowledge setup with optional crew embedder (#2232) Lorenze Jay 2025-02-26 09:10:43 -08:00
  • e87eb57edc Update the constants.py file adding the list of foundation models available in Amazon Bedrock (#2170) Fernando Galves 2025-02-25 21:39:23 +01:00
  • e6e4bb15d7 feat: add context window size for o3-mini model (#2192) devin-ai-integration[bot] 2025-02-25 15:32:14 -05:00
  • 92a3349d64 incorporating fix from @misrasaurabh1 with additional type fix (#2213) Brandon Hancock (bhancock_ai) 2025-02-25 15:29:21 -05:00
  • 940f0647a9 [MINOR]support ChatOllama from langchain_ollama (#2158) Shivtej Narake 2025-02-26 01:49:36 +05:30
  • 5db512bef6 Fixed the issue 2123 around memory command with CLI (#2155) Vidit Ostwal 2025-02-25 22:59:33 +05:30
  • 48d2b8c320 fix: typo in 'delegate_work' and 'ask_question' promps (#2144) Victor Degliame 2025-02-25 18:16:04 +01:00
  • f6b0b492a4 Update kickoff-async.mdx (#2138) nikolaidk 2025-02-25 18:12:27 +01:00
  • 4b63b29787 Revert "feat: add prompt observability code (#2027)" (#2211) Brandon Hancock (bhancock_ai) 2025-02-24 16:30:16 -05:00
  • 860efc3b42 Decoupling telemetry and ensure tests (#2212) Lorenze Jay 2025-02-24 12:24:35 -08:00
  • 70ab4ad003 feat: Add LLM call events for improved observability (#2214) Lorenze Jay 2025-02-24 12:17:44 -08:00
  • 6fb25a1af7 fix reset memory issue (#2182) Brandon Hancock (bhancock_ai) 2025-02-24 14:51:58 -05:00
  • ca9277ae4c Better support async flows (#2193) Brandon Hancock (bhancock_ai) 2025-02-24 10:25:30 -05:00
  • e58e544304 docs: add header image to langfuse guide (#2128) Jannik Maierhöfer 2025-02-21 16:11:55 +01:00
  • 84e0a9e686 cassetes João Moura 2025-02-20 21:00:10 -06:00
  • 6e0e9b30fe drop prints (#2181) Brandon Hancock (bhancock_ai) 2025-02-20 12:35:39 -05:00
  • f6393fd088 Check the right property for tool calling (#2160) Brandon Hancock (bhancock_ai) 2025-02-20 12:12:52 -05:00
  • 64804682fc imporve HITL (#2169) Brandon Hancock (bhancock_ai) 2025-02-20 12:01:49 -05:00
  • cc7669ab39 WIP crew events emitter (#2048) Lorenze Jay 2025-02-19 13:52:47 -08:00
  • 377b64ac81 making flow verbsoe false by default João Moura 2025-02-19 12:54:15 -08:00
  • 470254c3e2 docs: update accordions and fix layout (#2110) Tony Kipkemboi 2025-02-19 11:06:46 -05:00
  • 497190f823 Implement flow.state_utils.to_string method and improve types (#2161) Vini Brasil 2025-02-19 10:12:51 -05:00
  • 241adb8ed0 feat: add prompt observability code (#2027) Eduardo Chiarotti 2025-02-19 08:52:30 -03:00
  • e60c6e66a4 Bugfix/fix backtick in agent response (#2159) Brandon Hancock (bhancock_ai) 2025-02-18 16:10:11 -05:00
  • afd01e3c0c fix user memory config issue (#2086) sharmasundip 2025-02-18 22:29:29 +05:30
  • 81b8ae0abd Added functionality to have any llm run test functionality (#2071) Vidit Ostwal 2025-02-18 22:15:26 +05:30
  • ae19437473 Implement Flow state export method (#2134) Vini Brasil 2025-02-18 07:47:01 -06:00
  • 6d8d30178d Merge pull request #227 from mplachta/aws_s3_tools Brandon Hancock (bhancock_ai) 2025-02-27 12:49:02 -05:00
  • f1187c5469 S3 Tools Mike Plachta 2025-02-27 08:44:43 -08:00
  • b94d99918f explain how to use event listener feat/event-listener-docs Brandon Hancock 2025-02-27 10:15:52 -05:00
  • 48078f169f Merge branch 'main' into feat/improve-hierarchical-docs Brandon Hancock (bhancock_ai) 2025-02-27 09:07:07 -05:00
  • cdc5b62d57 Improve hierarchical docs Brandon Hancock 2025-02-27 09:05:19 -05:00
  • 6827aef5e6 Address code review suggestions for PR #2243: Add timestamp validation, logging, configurable time decay, and edge case testing devin/1740663798-fix-issue-2242 Devin AI 2025-02-27 14:00:23 +00:00
  • 3343c1f827 Fix issue #2242: Improve memory retrieval to prioritize recent conversation context Devin AI 2025-02-27 13:47:29 +00:00
  • 66c66e3d84 Update docs (#2226) Brandon Hancock (bhancock_ai) 2025-02-26 15:21:36 -05:00
  • 71cce7a98f Merge branch 'main' into feat/improve-crew-flow-kickoff feat/improve-crew-flow-kickoff Brandon Hancock (bhancock_ai) 2025-02-26 14:52:05 -05:00
  • b9b625a70d Improve extract thought (#2223) Brandon Hancock (bhancock_ai) 2025-02-26 14:51:46 -05:00
  • 7529f0a0d6 Merge branch 'main' into speed-up-extract-thought speed-up-extract-thought Lorenze Jay 2025-02-26 11:46:55 -08:00
  • b58253cacc Support multiple router calls and address issue #2175 (#2231) Brandon Hancock (bhancock_ai) 2025-02-26 13:42:17 -05:00
  • 30da1a1811 Merge branch 'main' into bugfix/flow-multiple-router-support bugfix/flow-multiple-router-support Brandon Hancock (bhancock_ai) 2025-02-26 13:37:38 -05:00
  • fbf8732784 Fix type issue (#2224) Brandon Hancock (bhancock_ai) 2025-02-26 13:27:41 -05:00
  • 3d148090d9 Merge branch 'main' into bugfix/fix-type-error-in-token-counter bugfix/fix-type-error-in-token-counter Brandon Hancock (bhancock_ai) 2025-02-26 13:25:02 -05:00
  • 8fedbe49cb Add support for python 3.10 (#2230) Brandon Hancock (bhancock_ai) 2025-02-26 13:24:31 -05:00
  • 2e900c6443 Merge branch 'main' into bugfix/utc-in-python-3_10 bugfix/utc-in-python-3_10 Brandon Hancock (bhancock_ai) 2025-02-26 13:21:50 -05:00
  • 82cfd353b3 Merge branch 'main' into bugfix/fix-type-error-in-token-counter Lorenze Jay 2025-02-26 10:01:19 -08:00
  • 3bba28c772 Merge branch 'main' into bugfix/flow-multiple-router-support Lorenze Jay 2025-02-26 09:26:12 -08:00
  • 1e8ee247ca feat: Enhance agent knowledge setup with optional crew embedder (#2232) Lorenze Jay 2025-02-26 09:10:43 -08:00
  • 06d922f452 Fix import sorting in test file using ruff fix-issue-2237-action-final-answer Devin AI 2025-02-26 09:22:50 +00:00
  • 3e8635f1e7 Fix import sorting in test file again Devin AI 2025-02-26 09:21:22 +00:00
  • e8a1169b85 Fix import sorting in test file Devin AI 2025-02-26 09:19:58 +00:00
  • 64c1c4efa1 Fix linting error in test file Devin AI 2025-02-26 09:19:02 +00:00
  • 46b5fc6538 Fix issue #2237: Properly handle LLM output with both Action and Final Answer Devin AI 2025-02-26 09:17:22 +00:00
  • 25441f3a14 Fix test mock to use 'context' key instead of 'content' key devin/1740542020-fix-task-knowledge-recognition Devin AI 2025-02-26 04:52:39 +00:00
  • 559d64b4af Add test cassette for task knowledge test Devin AI 2025-02-26 04:23:42 +00:00
  • 0fa021dea8 Fix test mocking approach to use real LLM with mocked call method Devin AI 2025-02-26 04:19:09 +00:00
  • 0a0a46f972 Fix test implementation to improve reliability and prevent timeouts Devin AI 2025-02-26 04:17:40 +00:00
  • 8f0d85b5e7 Fix import sorting in agent_test.py Devin AI 2025-02-26 04:05:01 +00:00
  • b524855e22 Fix issue #2233: Add support for task-specific knowledge Devin AI 2025-02-26 04:03:20 +00:00
  • b752986021 feat: Enhance agent knowledge setup with optional crew embedder fix/agent-crew-embedder-config Lorenze Jay 2025-02-25 15:23:59 -08:00
  • d94ea52db7 improve task guardrails to address issue #2177 feat/improve-guardrails Brandon Hancock 2025-02-25 16:42:47 -05:00
  • 7177f21d1e Support multiple router calls and address issue #2175 Brandon Hancock 2025-02-25 16:30:09 -05:00
  • 5a8d9019fa Add support for python 3.10 Brandon Hancock 2025-02-25 16:05:22 -05:00
  • 34d2993456 Update the constants.py file adding the list of foundation models available in Amazon Bedrock (#2170) Fernando Galves 2025-02-25 21:39:23 +01:00
  • e3c5c174ee feat: add context window size for o3-mini model (#2192) devin-ai-integration[bot] 2025-02-25 15:32:14 -05:00
  • 46dfa8577c Merge branch 'main' into devin/1740154466-add-o3-mini-context-window devin/1740154466-add-o3-mini-context-window Brandon Hancock (bhancock_ai) 2025-02-25 15:30:01 -05:00