Empower your UI by AI Agent
Project description
Next Gen UI Core Functionality
This module is part of the Next Gen UI Agent project.
This module contains UI Agent Core functionality and frameworks.
Provides
NextGenUIAgentproviding agent configuration and methods for individual processing steps- Produced UI Data Blocks:
- LLM selected and configured dynamic componets
- Supported:
one-card,image,video-player - Tech-Preview:
set-of-cards,table
- Supported:
- Hand build components
- LLM selected and configured dynamic componets
- Extensible framework for "data transformation" step
- Plugable "UI renderer" framework for UI components rendering
- Default
jsonrenderer used to send definitions to client-side renderers
- Default
- Abstraction of the LLM inference
InferenceBaseinterface used by UI AgentLangChainModelInferenceimplementation using LangChainchat_models.
Installation
pip install -U next_gen_ui_agent
Interface usage
from next_gen_ui_agent import NextGenUIAgent
inference = # any AI framework inference
agent = NextGenUIAgent(
inference=LlamaStackInference(model="ollama:llama3.2"),
)
# API is not very friendly ATM, as you have to call methods for individual processing steps. We plan to improve it iit the near future.
Links
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file next_gen_ui_agent-0.2.2-py3-none-any.whl.
File metadata
- Download URL: next_gen_ui_agent-0.2.2-py3-none-any.whl
- Upload date:
- Size: 41.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3020dff1ccf6bbc287c309f606c246edc6f1edb0a860f584a410a7812c1e6a1
|
|
| MD5 |
67e96858297050c5798b86d77865ac12
|
|
| BLAKE2b-256 |
83e7ed05d6108b9ea744ed06ae2a77bbefbb708f26f1fb02575a73f83eaaea05
|