Skip to content

Commit 0145934

Browse files
committed
run prettier on all files
1 parent ca5b1be commit 0145934

File tree

601 files changed

+6897
-7500
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

601 files changed

+6897
-7500
lines changed

.agents/charles.ts

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { AgentConfig } from './types/agent-config'
22

33
/**
44
* Charles - Deep Sea Sardine Research Specialist
5-
*
5+
*
66
* A dedicated agent focused on deep sea sardine research and marine biology.
77
* Charles combines scientific expertise with research capabilities to provide
88
* comprehensive insights into sardine behavior, ecology, and conservation.
@@ -19,21 +19,19 @@ const config: AgentConfig = {
1919
'write_file',
2020
'read_files',
2121
'spawn_agents',
22-
'end_turn'
22+
'end_turn',
2323
],
2424

2525
// Subagents for specialized research tasks
26-
subagents: [
27-
'researcher',
28-
'thinker'
29-
],
26+
subagents: ['researcher', 'thinker'],
3027

3128
// Input schema for research requests
3229
inputSchema: {
3330
prompt: {
3431
type: 'string',
35-
description: 'Research question or topic related to deep sea sardines, marine biology, or oceanography'
36-
}
32+
description:
33+
'Research question or topic related to deep sea sardines, marine biology, or oceanography',
34+
},
3735
},
3836

3937
// System prompt defining Charles's expertise and personality
@@ -63,7 +61,8 @@ You approach every research question with scientific rigor, enthusiasm for marin
6361
Provide well-structured, scientifically accurate responses that demonstrate your passion for sardine research and marine conservation.`,
6462

6563
// Step prompt for research workflow
66-
stepPrompt: 'Continue your sardine research with scientific precision and marine biology expertise. Use available tools to gather comprehensive data and provide insightful analysis.'
64+
stepPrompt:
65+
'Continue your sardine research with scientific precision and marine biology expertise. Use available tools to gather comprehensive data and provide insightful analysis.',
6766
}
6867

6968
export default config

0 commit comments

Comments
 (0)