Skip to content

Commit

Permalink
Disclaimer: the service may experience interruptions
Browse files Browse the repository at this point in the history
  • Loading branch information
JV-conseil committed Feb 22, 2024
1 parent 59f9b2a commit c324abd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: "Home"
draft: false
---

*This is an experimental deployment of Fixie AI Agents by [uLynks][ulynks]: note that the service may experience interruptions and may be terminated at any time without notice.*

A Fixie Agent is an AI-powered conversational agent that can answer questions, call APIs, fetch live data, or take actions requested by a user. Fixie takes care of connecting Agents to both static data sources and large language models such as GPT-4 or Llama2.

Fixie stores the conversational history between an end user and the agent, ensuring that the Agent can access the full state of the conversation when responding to the user.
Expand All @@ -16,3 +18,7 @@ A Conversation represents a single conversational session between a Fixie Agent
**Be advised not to introduce in your Conversation any personal, privileged and/or restricted piece of information ⚠️**

Learn more on [Fixie.ai](https://www.fixie.ai) official website 🔗

<!-- links -->

[ulynks]: https://www.ulynks.io/
4 changes: 3 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,14 @@ <h1 class="title-h1 border-bottom-0 mb-0">Fixie Agents by uLynks</h1>
<time datetime="20200-20-200T00:00:045&#43;02:00">February 20, 2024</time>

<article class="lead pt-6">
<p>A Fixie Agent is an AI-powered conversational agent that can answer questions, call APIs, fetch live data, or take actions requested by a user. Fixie takes care of connecting Agents to both static data sources and large language models such as GPT-4 or Llama2.</p>
<p><em>This is an experimental deployment of Fixie AI Agents by <a href="https://www.ulynks.io/">uLynks</a>: note that the service may experience interruptions and may be terminated at any time without notice.</em></p>
<p>A Fixie Agent is an AI-powered conversational agent that can answer questions, call APIs, fetch live data, or take actions requested by a user. Fixie takes care of connecting Agents to both static data sources and large language models such as GPT-4 or Llama2.</p>
<p>Fixie stores the conversational history between an end user and the agent, ensuring that the Agent can access the full state of the conversation when responding to the user.</p>
<p>A Conversation represents a single conversational session between a Fixie Agent and an end user. The Conversation consists of a series of messages, either from the user to the Agent or from the Agent to the user.</p>
<p><a href="https://embed.fixie.ai/agents/242283b6-e53d-4c7a-93a4-cfa4ea75f0d3/conversations/5aba256a-ab15-4b7f-9f97-6ccb5ab6f2db?debug=1&amp;agentStartsConversation=1&amp;primaryColor=%23fd8c73&amp;darkMode=1&amp;dark=1" title="Click to view a saved Conversation by Fixie">Fixie stores the full history of each Conversation</a>, providing the Agent with the full conversational context, so that it can reference the past messages in the Conversation when generating its next reply to the user.</p>
<p><strong>Be advised not to introduce in your Conversation any personal, privileged and/or restricted piece of information ⚠️</strong></p>
<p>Learn more on <a href="https://www.fixie.ai">Fixie.ai</a> official website 🔗</p>
<!-- raw HTML omitted -->

</article>

Expand Down

0 comments on commit c324abd

Please sign in to comment.