Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .cursor/rules/overview.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ This is the technical documentation for the Agentuity Cloud, which covers:
- Examples, tutorials, samples (/content/Examples)
- And the different SDKs (/content/SDKs)

This doc app is a NextJS app built on top of Fumadocs (https://fumadocs.vercel.app/docs/ui).

This project also contains the agent the powers RAG and Tutorials. Those agents live in `/agent-docs` directory.
To run the agent server locally, go into that directory with `cd agent-docs` and then start the agent with `agentuity dev`.
To run the NextJS app, do `npm run dev` in the root of this repository. You will want to start these two apps in separate repositories.
This doc app is a NextJS app built on top of Fumadocs (https://fumadocs.vercel.app/docs/ui).
69 changes: 0 additions & 69 deletions .cursor/rules/tutorials-structure.mdc

This file was deleted.

7 changes: 3 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Agent Configuration
AGENT_BASE_URL=http://127.0.0.1:3500
AGENT_QA_ID=agent_9ccc5545e93644bd9d7954e632a55a61
AGENT_PULSE_ID=agent_ddcb59aa4473f1323be5d9f5fb62b74e
AGENT_ID=agent_9ccc5545e93644bd9d7954e632a55a61

# API key can be found in agent-docs .env AGENTUITY_SDK_KEY
AGENTUITY_API_KEY=
# Alternative: You can also set the full URL instead of BASE_URL + ID
# AGENT_FULL_URL=http://127.0.0.1:3500/agent_9ccc5545e93644bd9d7954e632a55a61
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ yarn-error.log*
.env*.local
.env.local
.env.production
.env
.vercel
next-env.d.ts
.open-next
Expand Down
3 changes: 0 additions & 3 deletions agent-docs/agentuity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,3 @@ agents:
- id: agent_9ccc5545e93644bd9d7954e632a55a61
name: doc-qa
description: Agent that can answer questions based on dev docs as the knowledge base
- id: agent_ddcb59aa4473f1323be5d9f5fb62b74e
name: agent-pulse
description: Agentuity web app agent that converses with users for generate conversation and structured docs tutorials.
2 changes: 1 addition & 1 deletion agent-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
}
},
"module": "index.ts"
}
}
102 changes: 0 additions & 102 deletions agent-docs/src/agents/agent-pulse/README.md

This file was deleted.

54 changes: 0 additions & 54 deletions agent-docs/src/agents/agent-pulse/context/builder.ts

This file was deleted.

Loading