Перейти до основного вмісту

Welcome to Agentspace

Agentspace is your dedicated area for managing, building, and exploring AI agents on the UBOS platform.

Here you can:

  • Discover new agent features
  • Access guides and documentation
  • Start building your own agents

Stay tuned for more updates and resources!


Why Agentspace?

Challenge TodayImpactAgentspace Remedy
Ad‑hoc prompts + scriptsSlow iteration, hard to shareStructured templates & onboarding
Re‑inventing capabilitiesWasted cyclesReusable Topics & Tools library
Hard to teach or evaluate agentsUnpredictable qualityBuilt-in educational + assessment tools (Teacher)
Prototype → Production gapExperiments stallRoadmap to APIs, orchestration, metering

Agentspace collapses scattered workflows into a single lifecycle hub.


Core Concepts

ConceptDescriptionAnalogy
AgentConfigured AI persona with identity + abilitiesA staffed role
TopicA job domain that groups related tools & instructionsDepartment / function
ToolExecutable action (explain, summarize, quiz, search)A skill or instrument
TemplateReusable blueprint for a class of agentsPlaybook / starter kit
Reasoning Loop (forthcoming)Plan → select topic → invoke tools → refineWorkflow engine

How It Works (High Level Flow)

  1. You start in the Onboarding Flow: name, purpose, audience, tone.
  2. Select or adapt a Template (e.g., Teacher Agent).
  3. Attach Topics (Teaching, Knowledge Search, Support).
  4. Each Topic exposes Tools the agent can call.
  5. Interact via chat; refine prompts and metadata.
  6. (Upcoming) Track usage, quality signals, and promote to production endpoints.
User Prompt ─▶ Agent Persona ─▶ Topic Selection ─▶ Tool Invocations ─▶ Response
▲ │ │
└──── Template / Instructions ───┘

The Teacher Agent (Flagship Template)

A pedagogically structured template showcasing the learning loop:

ToolPurposeExample InputExample Output Key
explain_conceptAdaptive explanation by audience level{"topic":"Photosynthesis","audience":"10-year-old"}explanation
summarize_textCondense long passages into bullets / paragraph{"text":"...","format":"bullet points"}summary
quiz_meGenerate formative assessment{"topic":"Roman History","difficulty":"hard","num_questions":3}quiz[]

Loop: Explain → Reinforce (summarize / restate) → Assess (quiz) → Iterate.

Future extensions: spaced repetition, misconception detection, mastery scoring.


Other Early Use Cases

Use CaseDescriptionStarter Topic
Knowledge NavigatorSemantic + structured KB searchKnowledge Search
Support AssistantFAQ + case triage + summarizationSupport Ops
Research SynthesizerMulti-source compare & merge summariesResearch
Domain CoachRole-specific micro-coaching (sales, compliance)Coaching

Standard vs. Custom

LayerStandard (Built-In)Customizable
TemplatesTeacher (baseline), Support (planned)Create & version your own
TopicsTeaching, Knowledge Search (planned)Define domain-specific jobs
ToolsExplain, Summarize, Quiz (initial)Add new tool contracts & handlers
Storage (now)Local/mockDB / Vector stores (roadmap)

Mental Model: Topics & Tools

Think of a Topic as a focused intent boundary. When a user asks: “Give me a quiz on black holes,” the agent:

  1. Classifies intent → Teaching Topic.
  2. Selects tool → quiz_me.
  3. Executes with structured payload.
  4. Returns normalized JSON → formatted for display.

This structure keeps responses predictable and auditable.

Call to Action

Try the Teacher template now. Then imagine: What one domain task in your org could be templated tomorrow? Build that next.

Welcome to Agentspace. Build boldly. Teach intelligently. Ship confidently.