Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(agent/core): Add Anthropic Claude 3 support #7085

Merged
merged 35 commits into from May 4, 2024

Merge branch 'master' into reinier/open-591-add-claude-3-support

0f778e5
Select commit
Failed to load commit list.
Merged

feat(agent/core): Add Anthropic Claude 3 support #7085

Merge branch 'master' into reinier/open-591-add-claude-3-support
0f778e5
Select commit
Failed to load commit list.
Codecov / codecov/patch succeeded May 4, 2024 in 1s

53.64% of diff hit (target 44.31%)

View this Pull Request on Codecov

53.64% of diff hit (target 44.31%)

Annotations

Check warning on line 125 in autogpts/autogpt/autogpt/agents/prompt_strategies/one_shot.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/agents/prompt_strategies/one_shot.py#L125

Added line #L125 was not covered by tests

Check warning on line 134 in autogpts/autogpt/autogpt/agents/prompt_strategies/one_shot.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/agents/prompt_strategies/one_shot.py#L134

Added line #L134 was not covered by tests

Check warning on line 159 in autogpts/autogpt/autogpt/agents/prompt_strategies/one_shot.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/agents/prompt_strategies/one_shot.py#L159

Added line #L159 was not covered by tests

Check warning on line 186 in autogpts/autogpt/autogpt/agents/prompt_strategies/one_shot.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/agents/prompt_strategies/one_shot.py#L186

Added line #L186 was not covered by tests

Check warning on line 206 in autogpts/autogpt/autogpt/agents/prompt_strategies/one_shot.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/agents/prompt_strategies/one_shot.py#L206

Added line #L206 was not covered by tests

Check warning on line 469 in autogpts/autogpt/autogpt/app/agent_protocol_server.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/app/agent_protocol_server.py#L466-L469

Added lines #L466 - L469 were not covered by tests

Check warning on line 475 in autogpts/autogpt/autogpt/app/agent_protocol_server.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/app/agent_protocol_server.py#L475

Added line #L475 was not covered by tests

Check warning on line 477 in autogpts/autogpt/autogpt/app/agent_protocol_server.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/app/agent_protocol_server.py#L477

Added line #L477 was not covered by tests

Check warning on line 126 in autogpts/autogpt/autogpt/app/main.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/app/main.py#L126

Added line #L126 was not covered by tests

Check warning on line 402 in autogpts/autogpt/autogpt/app/main.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/app/main.py#L402

Added line #L402 was not covered by tests

Check warning on line 34 in autogpts/autogpt/autogpt/commands/system.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/commands/system.py#L34

Added line #L34 was not covered by tests

Check warning on line 209 in autogpts/autogpt/autogpt/config/config.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/config/config.py#L209

Added line #L209 was not covered by tests

Check warning on line 37 in autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py#L35-L37

Added lines #L35 - L37 were not covered by tests

Check warning on line 131 in autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py#L131

Added line #L131 was not covered by tests

Check warning on line 133 in autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py#L133

Added line #L133 was not covered by tests

Check warning on line 135 in autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py#L135

Added line #L135 was not covered by tests

Check warning on line 137 in autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py#L137

Added line #L137 was not covered by tests

Check warning on line 139 in autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py#L139

Added line #L139 was not covered by tests

Check warning on line 142 in autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py#L142

Added line #L142 was not covered by tests

Check warning on line 146 in autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py#L146

Added line #L146 was not covered by tests

Check warning on line 151 in autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py#L151

Added line #L151 was not covered by tests

Check warning on line 155 in autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py#L155

Added line #L155 was not covered by tests

Check warning on line 163 in autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py#L163

Added line #L163 was not covered by tests

Check warning on line 176 in autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py#L176

Added line #L176 was not covered by tests

Check warning on line 187 in autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpts/autogpt/autogpt/core/resource/model_providers/anthropic.py#L184-L187

Added lines #L184 - L187 were not covered by tests