Skip to content

Commit

Permalink
Merge pull request #1644 from codestoryai/features/rm-rf-test-agent
Browse files Browse the repository at this point in the history
[sidecar] rm -rf test agent
  • Loading branch information
theskcd authored Dec 17, 2024
2 parents c437afb + a7d0177 commit 96dc1a5
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1,681 deletions.
300 changes: 0 additions & 300 deletions dataset/swe_bench_lite.jsonl

This file was deleted.

55 changes: 0 additions & 55 deletions huggingface/swe_bench/.gitattributes

This file was deleted.

87 changes: 0 additions & 87 deletions huggingface/swe_bench/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions huggingface/swe_bench/data/dev-00000-of-00001.parquet

This file was deleted.

3 changes: 0 additions & 3 deletions huggingface/swe_bench/data/test-00000-of-00001.parquet

This file was deleted.

14 changes: 0 additions & 14 deletions sidecar/src/agentic/symbol/ui_event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -720,20 +720,6 @@ impl UIEventWithID {
}
}

pub fn tool_output_type_found(
session_id: String,
exchange_id: String,
tool_type: ToolType,
) -> Self {
Self {
request_id: session_id.to_owned(),
exchange_id,
event: UIEvent::FrameworkEvent(FrameworkEvent::ToolOutput(
ToolOutputEvent::ToolTypeForOutput(ToolTypeForOutputEvent { tool_type }),
)),
}
}

pub fn tool_output_delta_response(
session_id: String,
exchange_id: String,
Expand Down
1 change: 0 additions & 1 deletion sidecar/src/agentic/tool/session/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ pub(crate) mod exchange;
pub(crate) mod hot_streak;
pub mod service;
pub mod session;
pub mod test_generation_agent;
pub mod tool_use_agent;
Loading

0 comments on commit 96dc1a5

Please sign in to comment.