Skip to content

Commit d9e9dc2

Browse files
committed
second-agent-staging
Signed-off-by: Arya Pratap Singh <notaryasingh@gmail.com>
1 parent 4ae8dd6 commit d9e9dc2

File tree

6 files changed

+290
-1529
lines changed

6 files changed

+290
-1529
lines changed

agent/pyproject.toml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name = "my_agent"
2+
version = "0.1.0"
3+
description = "Starter"
4+
authors = ["ARYA SINGH <notaryasingh@gmail.com>"]
5+
license = "MIT"
6+
7+
[project]
8+
name = "greeter"
9+
version = "0.0.1"
10+
11+
[build-system]
12+
requires = ["setuptools >= 61.0"]
13+
build-backend = "setuptools.build_meta"
14+
15+
[tool.poetry.dependencies]
16+
python = "^3.12"
17+
langchain-anthropic = "^0.2.1"
18+
langchain = "^0.3.1"
19+
openai = "^1.51.0"
20+
langchain-community = "^0.3.1"
21+
copilotkit = "0.1.30"
22+
uvicorn = "^0.31.0"
23+
python-dotenv = "^1.0.1"
24+
langchain-core = "^0.3.25"
25+
langgraph-cli = {extras = ["inmem"], version = "^0.1.64"}
26+
langchain-groq = "^0.2.2"
27+
28+
[tool.poetry.scripts]
29+
demo = "run_agent:main"

frontend-interface/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function RootLayout({
2222
<html lang="en">
2323

2424
<body className={comfortaa.className}>
25-
<CopilotKit runtimeUrl="/api/copilotkit" agent="dsa_agent">
25+
<CopilotKit runtimeUrl="/api/copilotkit" >
2626
{children}
2727
</CopilotKit>
2828
</body>

0 commit comments

Comments
 (0)