The interaction loop
Sessions keep the work together
A session contains the prompt, live transcript, status, and delegated agent activity for one body of work. Conversational sessions support follow-up messages, so the team can refine the outcome without starting over. Requests from connected conversation threads resume the corresponding Felan conversation. Automation runs create sessions with source information so the team can trace why the work started.Context is team-scoped
Felan uses only context available to the current team and request. Depending on configuration, that can include:- The current message and earlier messages in its conversation
- Durable team context and learned memory from Knowledge
- Uploaded team reference files
- Repositories authorized through source-control integrations
- Event payloads and metadata from connected systems
- Environment names and variables configured for the team
One main agent, specialized help
The main Felan agent communicates with the team and coordinates the result. It can inspect repositories, make focused changes, run commands, and manage platform resources exposed by its tools. For broader, specialized, or parallel work, Felan can delegate to agents for areas such as architecture, implementation, review, QA, investigation, and memory consolidation. Delegated agents share the root session workspace and report their results back through the parent session.Automations reuse plain-language requests
An automation combines:- A name
- One or more schedule or event triggers
- Plain-language instructions describing what Felan should do
Access follows configuration
Felan’s available evidence and actions depend on connected repositories, configured integrations, selected agent skills, team environments, and the current user’s request. If required context or access is unavailable, Felan should identify the blocker rather than inventing a result.Sessions
Start work, inspect progress, and continue a conversation.
End-to-end SDLC
See how teams connect planning, implementation, verification, and delivery.
