Skip to content

Commit efd9ced

Browse files
committed
feat: ai agent
1 parent 3b554c8 commit efd9ced

Some content is hidden

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

42 files changed

+4665
-105
lines changed

.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ TSC_COMPILE_ON_ERROR=true
44
REACT_APP_BACKEND=http://localhost:8765
55
REACT_APP_META_BACKEND=undefined
66
META_YDB_BACKEND=undefined
7+
8+
# Chat Configuration (for setupProxy.js)
9+
ELIZA_KEY=your-eliza-api-key
10+
ELIZA_BASE_URL=https://api.eliza.yandex.net
11+
ELIZA_OPENAI_URL=https://api.eliza.yandex.net/raw/openai/v1
12+
MCP_SERVER_URL=http://ui-dev-0.ydb.yandex.net:8784/meta/mcp
13+
MODEL_NAME=gpt-4.1-mini

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"fixStyle": "separate-type-imports",
3232
},
3333
],
34-
"curly": ["error", "all"],
34+
"curly": ["error", "all"]
3535
},
3636
}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
# dependencies
44
/node_modules
5+
/chat-server/node_modules
6+
/chat-server/dist
7+
58
/.pnp
69
.pnp.js
710

CHAT_IMPLEMENTATION_SUMMARY.md

Lines changed: 434 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)