Skip to main content
Article·agenta.ai
promptllm-opsevaluationopen-sourcecollaborationplayground

Agenta

Agenta is an open-source LLMOps platform for prompt management, evaluation, and collaboration. It offers an interactive playground and evaluation pipelines to streamline LLM application development and deployment.

beginner10 min5 steps
The play
  1. Install Agenta
    Install Agenta using pip. It's recommended to use a virtual environment.
  2. Start Agenta
    Start the Agenta server.
  3. Access Agenta UI
    Open your web browser and navigate to the address provided by the `agenta start` command (typically http://localhost:8000).
  4. Create a New App
    In the Agenta UI, create a new app and give it a name. This will be the container for your LLM application.
  5. Experiment with Prompts
    Use the playground feature to experiment with different prompts and configurations for your LLM application. Observe the outputs and iterate.
Starter code
# No specific starter code, as Agenta provides a UI-driven environment.
# After installation, the 'agenta start' command initializes the platform for use.
Source
Agenta — Action Pack