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(Judge): implementation of judge agent to validate code matches t… #1238

Merged
merged 6 commits into from
Jun 18, 2024

docs(judge): update judge documentation

4d332fc
Select commit
Loading
Failed to load commit list.
Merged

feat(Judge): implementation of judge agent to validate code matches t… #1238

docs(judge): update judge documentation
4d332fc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jun 18, 2024 in 0s

84.75% of diff hit (target 78.62%)

View this Pull Request on Codecov

84.75% of diff hit (target 78.62%)

Annotations

Check warning on line 18 in pandasai/agent/base_judge.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandasai/agent/base_judge.py#L18

Added line #L18 was not covered by tests

Check warning on line 21 in pandasai/ee/agents/judge_agent/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandasai/ee/agents/judge_agent/__init__.py#L20-L21

Added lines #L20 - L21 were not covered by tests

Check warning on line 23 in pandasai/ee/agents/judge_agent/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandasai/ee/agents/judge_agent/__init__.py#L23

Added line #L23 was not covered by tests

Check warning on line 30 in pandasai/ee/agents/judge_agent/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandasai/ee/agents/judge_agent/__init__.py#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 34 in pandasai/ee/agents/judge_agent/pipeline/judge_pipeline.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandasai/ee/agents/judge_agent/pipeline/judge_pipeline.py#L34

Added line #L34 was not covered by tests

Check warning on line 19 in pandasai/ee/agents/judge_agent/prompts/judge_agent_prompt.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandasai/ee/agents/judge_agent/prompts/judge_agent_prompt.py#L18-L19

Added lines #L18 - L19 were not covered by tests

Check warning on line 35 in pandasai/ee/agents/judge_agent/prompts/judge_agent_prompt.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandasai/ee/agents/judge_agent/prompts/judge_agent_prompt.py#L31-L35

Added lines #L31 - L35 were not covered by tests

Check warning on line 108 in pandasai/pipelines/chat/generate_chat_pipeline.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandasai/pipelines/chat/generate_chat_pipeline.py#L108

Added line #L108 was not covered by tests

Check warning on line 321 in pandasai/pipelines/chat/generate_chat_pipeline.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandasai/pipelines/chat/generate_chat_pipeline.py#L321

Added line #L321 was not covered by tests

Check warning on line 328 in pandasai/pipelines/chat/generate_chat_pipeline.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandasai/pipelines/chat/generate_chat_pipeline.py#L323-L328

Added lines #L323 - L328 were not covered by tests

Check warning on line 330 in pandasai/pipelines/chat/generate_chat_pipeline.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandasai/pipelines/chat/generate_chat_pipeline.py#L330

Added line #L330 was not covered by tests

Check warning on line 181 in pandasai/pipelines/pipeline.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandasai/pipelines/pipeline.py#L181

Added line #L181 was not covered by tests

Check warning on line 189 in pandasai/pipelines/pipeline.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pandasai/pipelines/pipeline.py#L189

Added line #L189 was not covered by tests