You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Intuitive prompt engineering tools for both technical and non-technical users, making AI development accessible to everyone.',
15
+
'Centralized prompt authoring for technical & non-technical users. Auto-detect variables and ensure version sync for seamless collaboration.',
17
16
},
18
17
{
19
18
icon: GitBranch,
20
-
title: 'Seamless Synchronization',
19
+
title: 'Git-Powered Handoff',
21
20
description:
22
-
'Synchronize prompt versions, variables, and content to your repository through Pull Requests for version control and collaboration.',
21
+
'Sync authors and engineers with automated Pull Requests for prompt and variable changes, keeping developers updated.',
23
22
},
24
23
{
25
-
icon: Code,
26
-
title: 'Typesafe SDK',
24
+
icon: ShieldCheck,
25
+
title: 'Hardened Prompt Integration',
27
26
description:
28
-
'Our typesafe SDK is designed to prevent erroneous prompt modifications, ensuring reliability in your AI applications.',
27
+
'Eliminate runtime errors with our typesafe SDK. Compile-time checks and type hints ensure correct prompt usage and variable handling.',
29
28
},
30
29
{
31
30
icon: Shuffle,
32
-
title: 'Provider Switching',
31
+
title: 'Unified API for All LLMs',
33
32
description:
34
-
'Effortlessly switch between providers and models using OpenRouter, giving you flexibility and cost control.',
33
+
'Access OpenAI, Google, Anthropic & more via one API (powered by OpenRouter). Switch models/providers easily, no writing wrappers for every provider.',
35
34
},
36
35
{
37
-
icon: GithubIcon,
38
-
title: 'Open Source',
36
+
icon: Github,
37
+
title: 'Transparent & Adaptable',
39
38
description:
40
-
'Benefit from our open-source approach, allowing for community contributions and transparency in development.',
39
+
'Agentsmith is a transparent, open-source platform. Avoid vendor lock-in, benefit from community input, and customize freely.',
41
40
},
42
41
{
43
-
icon: Code2,// Using Code2 icon from lucide-react for better distinction
44
-
title: 'TypeScript & Python Support',
42
+
icon: LineChart,
43
+
title: 'Clear Observability',
45
44
description:
46
-
'Use our fully-typed SDKs for TypeScript and Python to integrate AI agents into your applications with confidence and type safety.',
45
+
'Identify costly prompts and slow models. Track latency and usage to optimize performance and control spend.',
0 commit comments