Skip to content

Commit d4d8690

Browse files
authored
rename torchagent to flambeau (#6846)
1 parent 64a6597 commit d4d8690

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

torchci/components/NavBar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function NavBar() {
146146
{
147147
name: (
148148
<span style={{ position: "relative" }}>
149-
TorchAgent
149+
Flambeau (PyTorch CI Agent)
150150
<span
151151
style={{
152152
marginLeft: "4px",
@@ -164,7 +164,7 @@ function NavBar() {
164164
</span>
165165
</span>
166166
),
167-
href: "/torchagent",
167+
href: "/flambeau",
168168
},
169169
];
170170

torchci/components/TorchAgentPage/HeaderSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const HeaderSection: React.FC<HeaderSectionProps> = ({
3535

3636
<Box sx={{ display: "flex", alignItems: "center", mb: 2 }}>
3737
<Typography variant="h4" sx={{ flexGrow: 1 }}>
38-
TorchAgent
38+
Flambeau - PyTorch CI Agent
3939
</Typography>
4040

4141
<Box sx={{ display: "flex" }}>

torchci/components/TorchAgentPage/TipsInfoButton.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ import ReactMarkdown from "react-markdown";
66
const tipsMarkdown = `
77
### Tips & Tricks
88
9-
- **Explore the data:** TorchAgent has access to a wide range of data, including PyTorch GitHub repository data, GitHub Actions CI data, benchmarking data, and more. You can ask questions about any of this data, and TorchAgent will generate the appropriate queries and dashboards for you
9+
- **Explore the data:** Flambeau has access to a wide range of data, including PyTorch GitHub repository data, GitHub Actions CI data, benchmarking data, and more. You can ask questions about any of this data, and Flambeau will generate the appropriate queries and dashboards for you
1010
- ** Use natural language:** You can ask questions in plain English, e.g. "How long on average does it take to add the label 'triaged' to issues with label 'module: dynamo'? Average per week.".
11-
- ** TorchAgent knows who you are:** You can use your GitHub username to filter results, e.g. "Show me the number issues I open per month, per repo".
11+
- ** Flambeau knows who you are:** You can use your GitHub username to filter results, e.g. "Show me the number issues I open per month, per repo".
1212
- **Try tool actions:** Expand tool sections for more details - you can see sql queries used, go to Clickhouse and get the raw data for that query, or see the model's reasoning and table schemas.
1313
- **Keyboard shortcut:** Press Cmd+Enter to submit
14-
- **Feedback:** Use the thumbs up/down to help us improve TorchAgent! Submit feature requests or report issues with the feedback buttons on the top right corner of the page.
14+
- **Feedback:** Use the thumbs up/down to help us improve Flambeau! Submit feature requests or report issues with the feedback buttons on the top right corner of the page.
1515
`;
1616

1717
export const TipsInfoButton: React.FC = () => (

torchci/components/TorchAgentPage/WelcomeSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const WelcomeSection: React.FC<WelcomeSectionProps> = ({
3535
}}
3636
>
3737
<Typography variant="body1">
38-
Hi, I&apos;m TorchAgent, your intelligent assistant for PyTorch
38+
Hi, I&apos;m Flambeau, your intelligent assistant for PyTorch
3939
infrastructure analysis and monitoring. I can help you create custom
4040
time-series visualizations, analyze CI/CD metrics, and gain insights
4141
into the PyTorch development workflow. Simply describe what you&apos;d
File renamed without changes.

0 commit comments

Comments
 (0)