{"id":34524877,"url":"https://github.com/dpguthrie/braintrust-crewai-examples","last_synced_at":"2026-05-26T18:31:50.463Z","repository":{"id":316638509,"uuid":"1064110257","full_name":"dpguthrie/braintrust-crewai-examples","owner":"dpguthrie","description":"Examples of using CrewAI with Braintrust tracing","archived":false,"fork":false,"pushed_at":"2025-09-29T01:05:17.000Z","size":1118,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-25T16:28:46.853Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dpguthrie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-25T14:54:19.000Z","updated_at":"2025-09-29T01:05:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"565907bf-a6a0-40c3-8de1-b6fafefab3a2","html_url":"https://github.com/dpguthrie/braintrust-crewai-examples","commit_stats":null,"previous_names":["dpguthrie/braintrust-crewai-examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dpguthrie/braintrust-crewai-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fbraintrust-crewai-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fbraintrust-crewai-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fbraintrust-crewai-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fbraintrust-crewai-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpguthrie","download_url":"https://codeload.github.com/dpguthrie/braintrust-crewai-examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fbraintrust-crewai-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33534562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-24T05:07:01.558Z","updated_at":"2026-05-26T18:31:50.446Z","avatar_url":"https://github.com/dpguthrie.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# {{crew_name}} Crew\n\nWelcome to the {{crew_name}} Crew project, powered by [crewAI](https://crewai.com). This template is designed to help you set up a multi-agent AI system with ease, leveraging the powerful and flexible framework provided by crewAI. Our goal is to enable your agents to collaborate effectively on complex tasks, maximizing their collective intelligence and capabilities.\n\n## Installation\n\nEnsure you have Python \u003e=3.10 \u003c3.14 installed on your system. This project uses [UV](https://docs.astral.sh/uv/) for dependency management and package handling, offering a seamless setup and execution experience.\n\nFirst, if you haven't already, install uv:\n\n```bash\npip install uv\n```\n\nNext, navigate to your project directory and install the dependencies:\n\n(Optional) Lock the dependencies and install them by using the CLI command:\n```bash\ncrewai install\n```\n\n### Customizing\n\n**Add your `OPENAI_API_KEY` into the `.env` file**\n\n- Modify `src/lead_score/config/agents.yaml` to define your agents\n- Modify `src/lead_score/config/tasks.yaml` to define your tasks\n- Modify `src/lead_score/crew.py` to add your own logic, tools and specific args\n- Modify `src/lead_score/main.py` to add custom inputs for your agents and tasks\n\n## Running the Project\n\nTo kickstart your flow and begin execution, run this from the root folder of your project:\n\n```bash\ncrewai run\n```\n\nThis command initializes the lead_score Flow as defined in your configuration.\n\nThis example, unmodified, will run the create a `report.md` file with the output of a research on LLMs in the root folder.\n\n## Understanding Your Crew\n\nThe lead_score Crew is composed of multiple AI agents, each with unique roles, goals, and tools. These agents collaborate on a series of tasks, defined in `config/tasks.yaml`, leveraging their collective skills to achieve complex objectives. The `config/agents.yaml` file outlines the capabilities and configurations of each agent in your crew.\n\n## Support\n\nFor support, questions, or feedback regarding the {{crew_name}} Crew or crewAI.\n\n- Visit our [documentation](https://docs.crewai.com)\n- Reach out to us through our [GitHub repository](https://github.com/joaomdmoura/crewai)\n- [Join our Discord](https://discord.com/invite/X4JWnZnxPb)\n- [Chat with our docs](https://chatg.pt/DWjSBZn)\n\nLet's create wonders together with the power and simplicity of crewAI.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpguthrie%2Fbraintrust-crewai-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpguthrie%2Fbraintrust-crewai-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpguthrie%2Fbraintrust-crewai-examples/lists"}