· Standard
U
llmstxt.info Verzeichnis · Standard
Upstreet AI
Community-Eintrag
llms.txt erreichbar
KI-Impact-Score 80/100 · B
Upstreet AI stellt strukturierte Informationen über eine llms.txt-Datei für KI-Assistenten bereit. Branche: Webseiten & Publisher. Die Website docs.upstreet.ai stellt ihre llms.txt unter https://docs.upstreet.ai/llms.txt bereit. Der Eintrag besteht seit 11. Dezember 2025.
llms.txt-Adresse
https://docs.upstreet.ai/llms.txt
Gemäß DSGVO Art. 17 kannst du die Löschung deiner Daten beantragen. Rechtsverletzung melden (Art. 16 DSA) →
llms.txt — Aktueller Inhalt
Öffnen ↗
file: ./content/docs/changelog.mdx
# undefined: What's new?
Learn what the latest updates are in Upstreet-world.
import Changelog from "../../../../CHANGELOG.md";
<Changelog />
file: ./content/docs/(getting-started)/create-an-agent.mdx
# undefined: Create an Agent
Build AI Agents in minutes with the Upstreet Agents SDK.
import Wrapper from '../../../components/preview/wrapper';
import { File, Folder, Files } from 'fumadocs-ui/components/files';
import { Accordion, Accordions } from 'fumadocs-ui/components/accordion';
import { formatNodeVersion } from '../../../lib/utils';
import pkgJson from 'usdk/package.json';
<Accordions>
<Accordion title="🟢 Prerequisites" defaultOpen>
* Ensure your Node version is {formatNodeVersion(pkgJson.engines?.node || '>=22.9.0').toLocaleLowerCase()}. [Install Node](/install#prerequisites)
* Upstreet SDK installed on your computer. [Install SDK](/install)
* Logged in to SDK. Follow instructions to [log in here](/install#log-into-the-sdk).
</Accordion>
</Accordions>
Upstreet AI Agents are persistent digital entities that can autonomously handle tasks, interact with you and your users over chat or social media, and can be customized according to your configuration.
**New to designing Agents?** Explore how to define effective Agent objectives and strategies in our [Agent Design Concepts](/concepts/defining-agent-objectives).
**Coming in from another platform like Tavern?** You can import your previous work in
[…gekürzt]