Commit Graph

  • 081f8ddbb9 feat: add capability to track LLM calls by task and agent Lucas Gomide 2025-06-30 15:23:37 -03:00
  • c66fbf5e5f Merge branch 'main' into lg-improve-tranning Lucas Gomide 2025-06-30 16:11:11 -03:00
  • 5a12b51ba2 fix: Correct typo 'depployments' to 'deployments' in documentation 'instalation' (#3081) Irineu Brito 2025-06-30 12:19:31 -04:00
  • 00c8fad257 docs: training considerations for small models to the documentation Lucas Gomide 2025-06-30 11:08:18 -03:00
  • 994f0e1403 feat: improve data training for models up to 7B parameters. Lucas Gomide 2025-06-30 09:50:06 -03:00
  • ea97bef911 Fix CI failures: update type annotation and improve test error handling devin/1751145924-fix-ollama-response-format-issue Devin AI 2025-06-28 21:48:09 +00:00
  • 7a19bfb4a9 Address code review feedback: improve model detection, parameter filtering, and test coverage Devin AI 2025-06-28 21:40:38 +00:00
  • aa82ca5273 Fix Ollama models ValueError when response_format is used Devin AI 2025-06-28 21:32:30 +00:00
  • 180cc38330 refactor: update Firecrawl tools to improve configuration and error handling (#351) Lorenze Jay 2025-06-27 11:27:48 -07:00
  • 576b8ff836 Updated LiteLLM dependency. (#3047) Michael Juliano 2025-06-27 09:54:12 -04:00
  • 255758e429 update: refresh test cassettes after local test runs devin/1751017521-fix-issue-3076 Devin AI 2025-06-27 10:06:35 +00:00
  • 201a73289a fix: resolve type-checker and test isolation issues Devin AI 2025-06-27 10:06:22 +00:00
  • cd4b5b9ded fix: address CI failures - add type hints and fix tests Devin AI 2025-06-27 10:01:12 +00:00
  • 63914f38cb fix: cache agent knowledge to avoid reloading on every kickoff Devin AI 2025-06-27 09:52:49 +00:00
  • d8f52e69be Fix lint errors and test expectations for UnionType support devin/1750954923-fix-uniontype-schema-parser Devin AI 2025-06-26 16:31:29 +00:00
  • b35c3e8024 fix: ensure env-vars are written in upper case (#3072) Lucas Gomide 2025-06-26 13:29:06 -03:00
  • b4b6e0d803 Fix pydantic_schema_parser to handle Python 3.10+ union syntax (types.UnionType) Devin AI 2025-06-26 16:26:03 +00:00
  • 714d9d01a1 Merge branch 'main' into lg-fix-env-cli lg-fix-env-cli Lucas Gomide 2025-06-26 12:10:27 -03:00
  • b09796cd3f Adding Nebius to docs (#3070) Mr. Ånand 2025-06-26 20:40:19 +05:30
  • 0ff0257d98 fix: ensure env-vars are written in upper case Lucas Gomide 2025-06-26 12:02:19 -03:00
  • e0b46492fa Fix: Normalize project names by stripping trailing slashes in crew creation (#3060) devin-ai-integration[bot] 2025-06-26 10:11:16 -04:00
  • 1de749d192 Merge branch 'main' into devin/1750789857-fix-trailing-slash-project-creation devin/1750789857-fix-trailing-slash-project-creation Lucas Gomide 2025-06-26 11:02:51 -03:00
  • ece13fbda0 refactor: implement PEP 621 dynamic versioning (#3068) Greyson LaLonde 2025-06-26 10:02:26 -04:00
  • 94a62d84e1 Update test_lite_agent.py (#3040) kilavvy 2025-06-26 15:55:53 +02:00
  • 6a171190f9 Merge branch 'main' into devin/1750789857-fix-trailing-slash-project-creation Lucas Gomide 2025-06-26 10:32:43 -03:00
  • cdf8388b18 docs: update CLI LLM's documentation (#3071) Lucas Gomide 2025-06-26 10:31:43 -03:00
  • 3338951763 docs: update CLI LLM's documentation lg-llm-docs Lucas Gomide 2025-06-26 10:19:22 -03:00
  • 911e02da8e fix: correct folder name validation logic to match test expectations Devin AI 2025-06-26 13:18:41 +00:00
  • eddeacebcc Merge branch 'devin/1750789857-fix-trailing-slash-project-creation' of https://git-manager.devin.ai/proxy/github.com/crewAIInc/crewAI into devin/1750789857-fix-trailing-slash-project-creation Devin AI 2025-06-26 13:00:28 +00:00
  • 5b5b462238 feat: add folder name validation for Python module names Devin AI 2025-06-26 12:59:49 +00:00
  • 0f861338ef chore: update version to 0.134.0 across project files (#3067) 0.134.0 Lorenze Jay 2025-06-25 16:06:43 -07:00
  • 4d1aabf620 feat: enhance CrewBase MCP tools support to allow selecting multiple tools per agent (#3065) Lucas Gomide 2025-06-25 15:59:55 -03:00
  • 168ca3052b build: upgrade crewai-tools lg-crew-base-mcp-filtering-tools Lucas Gomide 2025-06-25 15:26:11 -03:00
  • 8723e66807 feat: add support for parsing actions list from environment variables (#346) Lorenze Jay 2025-06-25 11:14:41 -07:00
  • e4cb8bf797 Lorenze/better env vars setup enterprise tools (#343) Lorenze Jay 2025-06-25 10:17:26 -07:00
  • 03917411b4 Support to filter available MCP Tools (#345) Lucas Gomide 2025-06-25 13:32:22 -03:00
  • 07e03cf6a7 docs: clarify how to access MCP tools Lucas Gomide 2025-06-25 12:55:42 -03:00
  • 5cb632c73a feat: enhance CrewBase MCP tools support to allow selecting multiple tools per agent Lucas Gomide 2025-06-25 11:46:55 -03:00
  • a50fae3a4b Add pt-BR docs translation (#3039) Daniel Barreto 2025-06-25 12:52:33 -03:00
  • 13cd8baa2c fix: Remove unused imports to resolve lint check failures devin/1750855694-fix-issue-3062 Devin AI 2025-06-25 13:09:10 +00:00
  • a9823a4368 refactor: Implement code review suggestions for emoji disable feature Devin AI 2025-06-25 13:02:32 +00:00
  • 4e288e4cf7 feat: Add CREWAI_DISABLE_EMOJIS environment variable to disable emojis in logs Devin AI 2025-06-25 12:57:26 +00:00
  • 3af61f428d Merge branch 'main' into devin/1750789857-fix-trailing-slash-project-creation Lucas Gomide 2025-06-24 17:56:09 -03:00
  • a3416f4301 fix: remove unused os import to resolve lint failure Devin AI 2025-06-24 20:14:06 +00:00
  • b58f375b54 fix: eliminate os.chdir() usage in tests to prevent working directory corruption Devin AI 2025-06-24 20:07:51 +00:00
  • 12342ce41c fix: standardize working directory handling in tests to prevent corruption Devin AI 2025-06-24 19:57:28 +00:00
  • babcd1d712 fix: add working directory safety checks to prevent test interference Devin AI 2025-06-24 19:56:09 +00:00
  • cabdfafb4a refactor: change class name validation to raise errors instead of generating defaults Devin AI 2025-06-24 19:30:10 +00:00
  • dc25c32ca0 feat: add comprehensive class name validation for Python identifiers Devin AI 2025-06-24 19:17:52 +00:00
  • f6dfec61d6 feat: add official way to use MCP Tools within a CrewBase (#3058) Lucas Gomide 2025-06-24 16:14:59 -03:00
  • bc4fd6a39b fix: resolve circular import in CLI authentication module Devin AI 2025-06-24 19:08:00 +00:00
  • 842311a52b trigger CI re-run to check for flaky test issue Devin AI 2025-06-24 18:44:17 +00:00
  • e7872f02c4 fix: normalize project names by stripping trailing slashes in crew creation Devin AI 2025-06-24 18:37:40 +00:00
  • 4a7c21f0e7 feat: add official way to use MCP Tools within a CrewBase lg-mcp-crew-base Lucas Gomide 2025-06-24 11:48:06 -03:00
  • e8825d071a feat: support api_key fallback to EXA_API_KEY env-var (#341) Lucas Gomide 2025-06-24 15:47:39 -03:00
  • 060c486948 Updated Docs for maxim observability (#3003) Akshit Madan 2025-06-25 00:06:51 +05:30
  • 8b176d0598 feat: improve Crew search while resetting their memories (#3057) Lucas Gomide 2025-06-24 12:48:59 -03:00
  • 29dc2c2429 refactor: use console.print instead of print lg-attempt-get-crews Lucas Gomide 2025-06-24 12:38:17 -03:00
  • 4bfafe00ee feat: skip cli/templates folder while looking for Crew Lucas Gomide 2025-06-24 10:20:05 -03:00
  • a20ec5ed5b feat: improve Crew search while resetting their memories Lucas Gomide 2025-06-24 10:07:56 -03:00
  • 01e208ee77 test: add tests to test get_crews Lucas Gomide 2025-06-24 12:27:49 -03:00
  • 78a062a907 Add Oxylabs Web Scraping tools (#312) Rostyslav Borovyk 2025-06-24 16:56:47 +03:00
  • f28e3e0be8 Fix lint error: remove unused 're' import from test file devin/1750745390-update-cli-docs Devin AI 2025-06-24 06:21:34 +00:00
  • 10a55bd210 Fix CLI documentation to reflect actual provider count and two-step process Devin AI 2025-06-24 06:15:05 +00:00
  • 76fea442d4 Fix LiteAgent test mocking: return AgentFinish object instead of raw string devin/1750741358-llm-generations-logprobs-feature Devin AI 2025-06-24 05:38:46 +00:00
  • b1ae914cd3 Fix integration test failures: correct mocking and attribute access Devin AI 2025-06-24 05:35:00 +00:00
  • 14629bb87a Fix CI failures: resolve type checker errors and test failures Devin AI 2025-06-24 05:29:55 +00:00
  • a1ebdb125b Fix CI issues: lint, type checker, and test failures Devin AI 2025-06-24 05:21:30 +00:00
  • 39ea952acd Implement LLM generations, logprobs, and XML parsing features Devin AI 2025-06-24 05:14:22 +00:00
  • 56ee5c1e86 Fix lint error: remove unused import os from docs styling test devin/1750706216-fix-docs-file-structure-component Devin AI 2025-06-23 19:37:44 +00:00
  • e9bf07cbdc Address AI crew review feedback Devin AI 2025-06-23 19:25:16 +00:00
  • 6c8677a2d7 Fix documentation file structure component width issue Devin AI 2025-06-23 19:21:03 +00:00
  • c96d4a6823 Add Oxylabs Web Scraping tools (#2905) Rostyslav Borovyk 2025-06-23 20:58:16 +03:00
  • 196c86dbb2 Add API cross-references and finalize documentation improvements devin/1750536928-fix-issue-3045 Devin AI 2025-06-21 21:14:31 +00:00
  • 1df9b1b166 Add negative test cases and improve test coverage Devin AI 2025-06-21 21:01:12 +00:00
  • 80e2c34b7f Address comprehensive GitHub review feedback Devin AI 2025-06-21 20:54:54 +00:00
  • 16110623b5 Fix failing CI test by correcting Task API usage Devin AI 2025-06-21 20:45:55 +00:00
  • a6d9741d18 Fix failing tests and address comprehensive GitHub review feedback Devin AI 2025-06-21 20:37:04 +00:00
  • f341d25fe6 Fix lint and import issues in test file Devin AI 2025-06-21 20:24:09 +00:00
  • ba052dc7f3 Add comprehensive prompt customization documentation Devin AI 2025-06-21 20:20:16 +00:00
  • 1b75090dc2 Address code review feedback: enhance sanitize_tools with better documentation, error handling, and type validation devin/1750523222-fix-llmcallstartedevent-pydantic-validation Devin AI 2025-06-21 16:38:19 +00:00
  • b2bda39e56 Fix Pydantic validation error in LLMCallStartedEvent when TokenCalcHandler in tools list Devin AI 2025-06-21 16:33:22 +00:00
  • 59032817c7 docs: update recommendation filters for MCP and Enterprise tools (#3041) Lucas Gomide 2025-06-20 14:35:26 -03:00
  • b2a1226ab1 docs: update recommendation filters for MCP and Enterprise tools lg-some-docs-updates Lucas Gomide 2025-06-20 14:13:23 -03:00
  • c13b08de2e fix: add support for case-insensitive Enterprise filter (#340) Lucas Gomide 2025-06-20 12:09:45 -03:00
  • e9d8a853ea feat: support to initialize a tool from defined Tool attributes (#3023) Lucas Gomide 2025-06-20 11:53:37 -03:00
  • ea0a4c6bea fix: ensure Agent is able to load a list of Tools dynamically lg-agent-initialize Lucas Gomide 2025-06-20 11:09:19 -03:00
  • 31b3dd2b94 feat: Add ToolCollection class for named tool access (#339) Lucas Gomide 2025-06-20 10:27:10 -03:00
  • 9e92b84bcc feat: mapping explicitly tool environment variables (#338) Lucas Gomide 2025-06-20 09:06:11 -03:00
  • 65af0173fe Merge branch 'main' into lg-agent-initialize Lucas Gomide 2025-06-19 17:21:16 -03:00
  • 463ea2b97f Fixed type annotation in task (#3021) Vidit Ostwal 2025-06-20 00:07:46 +05:30
  • d0e9964f2d Merge branch 'main' into lg-agent-initialize Lucas Gomide 2025-06-19 13:56:39 -03:00
  • ec2903e5ee fix: upgrade langfuse code examples to langfuse python sdk v3 (#3030) Jannik Maierhöfer 2025-06-19 18:18:33 +02:00
  • a00dd73614 Merge branch 'main' into lg-agent-initialize Lucas Gomide 2025-06-19 12:57:36 -03:00
  • 4364585ebc Remove mkdocs from project dependencies (#3036) Daniel Barreto 2025-06-19 12:21:08 -03:00
  • bfe3931dcd fix: resolve CI failures for fallback LLM implementation devin/1750312479-fallback-llms-agent-execution Devin AI 2025-06-19 06:13:44 +00:00
  • 06e2683fd8 feat: implement fallback LLMs for agent execution Devin AI 2025-06-19 06:02:39 +00:00
  • 0a6b7c655b docs: add comprehensive integration documentation for various services (#2999) Lorenze Jay 2025-06-18 07:21:18 -07:00
  • 1d3eba85fd Merge branch 'main' into lorenze/integration-docs-2 lorenze/integration-docs-2 Lorenze Jay 2025-06-18 07:15:19 -07:00
  • 3129e7a4bc fix: Update I18N mocking strategy to use constructor mock devin/1750244560-fix-docker-validation-in-containers Devin AI 2025-06-18 11:37:24 +00:00